Hoogle Search
Within Stackage Nightly 2025-10-08 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
text-icu Data.Text.ICU.Calendar No documentation available.
module Data.Text.ICU.
CharsetDetection Access to the Unicode Character Set Detection facilities, implemented in the International Components for Unicode (ICU) libraries. For more information see the "Character Set Detection" chapter in the ICU User Guide http://userguide.icu-project.org/conversion/detection.
-
text-icu Data.Text.ICU.CharsetDetection Handy wrapper for the pointer to the UCharsetDetector. We must always call ucsdet_close on any UCharsetDetector when we are done. The withCharsetDetector and wrapUCharsetDetector functions simplify management of the pointers.
-
text-icu Data.Text.ICU.CharsetDetection Opaque character set match handle. The memory backing these objects is managed entirely by the ICU C library. TODO: UCharsetMatch is reset after the setText call. We need to handle it.
mkCharsetDetector :: IO CharsetDetectortext-icu Data.Text.ICU.CharsetDetection No documentation available.
withCharsetDetector :: CharsetDetector -> (Ptr UCharsetDetector -> IO a) -> IO atext-icu Data.Text.ICU.CharsetDetection Temporarily unwraps an CharsetDetector to perform operations on its raw UCharsetDetector handle.
wrapUCharsetMatch :: CharsetDetector -> IO (Ptr UCharsetMatch) -> IO CharsetMatchtext-icu Data.Text.ICU.CharsetDetection No documentation available.
u_BRK_RULE_EMPTY_SET :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
u_BRK_UNCLOSED_SET :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
-
text-icu Data.Text.ICU.Error No documentation available.