Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libicudata (3lib)

Name

libicudata - ICU data library

Synopsis

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

Description

libicudata(3lib)              Interface Libraries             libicudata(3lib)



NAME
       libicudata - ICU data library

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

DESCRIPTION
       Functions  in  this  library  provide  data  used  by the ICU libraries
       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/libicudata.68.1

           shared object


       /usr/lib/64/libicudata.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),     libicui18n(3LIB),     libicuio(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                  libicudata(3lib)