Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libicuio (3lib)

Name

libicuio - ICU input/output library

Synopsis

cc [ flag... ] file... -licuio [ library... ]

Description

libicuio(3lib)                Interface Libraries               libicuio(3lib)



NAME
       libicuio - ICU input/output library

SYNOPSIS
       cc [ flag... ] file... -licuio [ library... ]

DESCRIPTION
       Functions  in this library provide reading and writing text through C++
       and C API.


       The library is compiled with the GNU project C++  compiler.  Therefore,
       users  of  the  library  must also use the same or newer version of the
       compiler to compile their program sources.  icu-config(1)  or  pkg-con-
       fig(1) should be used to determine correct build flags.

INTERFACES
       Refer  to the following online document for the needed header files and
       interfaces available with the shared object library:


       ICU  68.1  API  Reference   Usage   (https://unicode-org.github.io/icu-
       docs/apidoc/released/icu4c/)

FILES
       /usr/lib/libicuio.68.1

           shared object


       /usr/lib/64/libicuio.68.1

           64-bit shared object




ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/icu           |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

SEE ALSO
       Intro(3),     libicudata(3LIB),    libicui18n(3LIB),    libicutu(3LIB),
       libicuuc(3LIB), attributes(7), environ(7)


       ICU  68.1  API  Reference   Usage   (https://unicode-org.github.io/icu-
       docs/apidoc/released/icu4c/)


       ICU User Guide (http://icu-project.org/userguide/)



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source     was     downloaded     from      https://github.com/unicode-
       org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz.

       Further information about this software can be found on the open source
       community website at http://site.icu-project.org/.



Oracle Solaris 11.4               2 Dec 2020                    libicuio(3lib)