Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nonWindowsFallbackCodePageEncoding :: (CodePage -> TextEncoding) -> NonWindowsBehavior

    code-page System.IO.CodePage

    On non-Windows OSes, change the TextEncoding by converting the CodePage argument to a TextEncoding using the supplied function.

  2. withCodePage :: CodePage -> IO a -> IO a

    code-page System.IO.CodePage

    Sets the code page for an action as necessary. On operating systems besides Windows, this will make an effort to change the current TextEncoding to something that is equivalent to the supplied CodePage. Currently, the only supported CodePages on non-Windows OSes are cp65001, cp1200, cp1201, cp12000, and cp12001. Supplying any other CodePage will result in a runtime error on non-Windows OSes. (If you would like to configure this behavior, use withCodePageOptions instead.)

  3. withCodePageOptions :: Options -> CodePage -> IO a -> IO a

    code-page System.IO.CodePage

    Sets the code page for an action as necessary. If the Bool argument is True, this function will emit a warning to stderr indicating that the code page has been changed. (withCodePage sets this argument to False.)

  4. type CodePage = Word32

    code-page System.IO.CodePage.Internal

    A numeric type representing Windows code pages.

  5. NonWindowsFallbackCodePageEncoding :: (CodePage -> TextEncoding) -> NonWindowsBehavior

    code-page System.IO.CodePage.Internal

    On non-Windows OSes, change the TextEncoding by converting the CodePage argument to a TextEncoding using the supplied function.

  6. defaultFallbackCodePageEncoding :: CodePage -> TextEncoding

    code-page System.IO.CodePage.Internal

    Provides a best-effort attempt to convert a CodePage to a TextEncoding on non-Windows OSes. Errors if given a CodePage that it doesn't know how to convert.

  7. nonWindowsFallbackCodePageEncoding :: (CodePage -> TextEncoding) -> NonWindowsBehavior

    code-page System.IO.CodePage.Internal

    On non-Windows OSes, change the TextEncoding by converting the CodePage argument to a TextEncoding using the supplied function.

  8. module System.Win32.CodePage

    On Windows, this exports functions for getting, setting, and analyzing code pages. On other operating systems, this exports nothing.

  9. RolePage :: Role

    gi-atk GI.Atk.Enums

    The object is a containing instance which encapsulates a page of information. aTKROLEPAGE is used in documents and content which support a paginated navigation model. (Since: 1.11)

  10. RolePageTab :: Role

    gi-atk GI.Atk.Enums

    An object that is a child of a page tab list

Page 273 of many | Previous | Next