Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
usesFallback :: Converter -> Booltext-icu Data.Text.ICU.Convert Determines whether the converter uses fallback mappings or not. This flag has restrictions. Regardless of this flag, the converter will always use fallbacks from Unicode Private Use codepoints, as well as reverse fallbacks (to Unicode). For details see ".ucm File Format" in the Conversion Data chapter of the ICU User Guide: http://www.icu-project.org/userguide/conversion-data.html#ucmformat
u_MEMORY_ALLOCATION_ERROR :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
u_REGEX_STOPPED_BY_CALLER :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
u_SAFECLONE_ALLOCATED_WARNING :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
u_USING_FALLBACK_WARNING :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
-
text-icu Data.Text.ICU.Regex If set, '.' matches line terminators. Otherwise '.' matching stops at line end.
TextDirectionVisualLTR :: ShapeOptiontext-icu Data.Text.ICU.Shape Direction indicator: the source is in visual LTR order, the leftmost displayed character stored first.
MinimallyRestrictive :: RestrictionLeveltext-icu Data.Text.ICU.Spoof Allows arbitrary mixtures of scripts.
getAllowedLocales :: MSpoof -> IO [String]text-icu Data.Text.ICU.Spoof Get the list of locale names allowed to be used with a spoof checker. (We don't use LocaleName since the root and default locales have no meaning here.)
setAllowedLocales :: MSpoof -> [String] -> IO ()text-icu Data.Text.ICU.Spoof Get the list of locale names allowed to be used with a spoof checker. (We don't use LocaleName since the root and default locales have no meaning here.)