All Projects → unicode-org → Full Icu Npm

unicode-org / Full Icu Npm

Licence: other
>>> This may become obsolete, read and comment >>>

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Full Icu Npm

intl-format
A wrapper library for PHP to format and internationalize values in messages like sprintf
Stars: ✭ 12 (-89.74%)
Mutual labels:  icu
Js Lingui
🌍📖 A readable, automated, and optimized (5 kb) internationalization for JavaScript
Stars: ✭ 3,249 (+2676.92%)
Mutual labels:  icu
Icu
The new home of the ICU project source code.
Stars: ✭ 1,011 (+764.1%)
Mutual labels:  icu
echo-mimiciii
Transthoracic echocardiography and mortality in sepsis: analysis of the MIMIC-III database
Stars: ✭ 32 (-72.65%)
Mutual labels:  icu
Icu4x
Solving i18n for client-side and resource-constrained environments.
Stars: ✭ 275 (+135.04%)
Mutual labels:  icu
996.leave
逃离996
Stars: ✭ 4,626 (+3853.85%)
Mutual labels:  icu
stringx
Drop-in replacements for base R string functions powered by stringi
Stars: ✭ 14 (-88.03%)
Mutual labels:  icu
Date Time Format Timezone
Surgically polyfills timezone support in Intl.DateTimeFormat API
Stars: ✭ 94 (-19.66%)
Mutual labels:  icu
Eo Locale
🌏Internationalize js apps 👔Elegant lightweight library based on Internationalization API
Stars: ✭ 290 (+147.86%)
Mutual labels:  icu
Mimic Website
Website for the MIMIC Critical Care Database (currently version MIMIC-III)
Stars: ✭ 42 (-64.1%)
Mutual labels:  icu
icu-cmake
CMake wrapper for ICU supporting cross-compilation
Stars: ✭ 25 (-78.63%)
Mutual labels:  icu
FindICU.cmake
[CMake] [BSD-2] CMake module to find ICU
Stars: ✭ 28 (-76.07%)
Mutual labels:  icu
Webfactoryicutranslationbundle
Enables ICU message formatting for translations in Symfony applications.
Stars: ✭ 27 (-76.92%)
Mutual labels:  icu
icu-dotnet
C# wrapper for ICU4C
Stars: ✭ 48 (-58.97%)
Mutual labels:  icu
Pua Immunity
致创作者:免疫 网络暴力和打压 的 高频认知补丁
Stars: ✭ 67 (-42.74%)
Mutual labels:  icu
icu-demos
sample apps for ICU (formerly icuapps)
Stars: ✭ 13 (-88.89%)
Mutual labels:  icu
Ember Intl
Localization library for any Ember Application or Addon
Stars: ✭ 412 (+252.14%)
Mutual labels:  icu
Eslint Plugin I18n Json
Fully extendable eslint plugin for JSON i18n translation files.
Stars: ✭ 101 (-13.68%)
Mutual labels:  icu
Mimic Code
MIMIC Code Repository: Code shared by the research community for the MIMIC-III database
Stars: ✭ 1,225 (+947.01%)
Mutual labels:  icu
Harfbuzz Icu Freetype
Harfbuzz with a CMake build configuration using Freetype2, UCDN and ICU
Stars: ✭ 28 (-76.07%)
Mutual labels:  icu

Install full ICU data

to use:

npm install full-icu

or for global install:

npm install -g full-icu

Instructions will be printed out on how to activate this data for your version of node.

The work gets done in a postinstall script which copies the icudt*.dat file up to this module's level.

API

require('full-icu') returns a few properties:

  • nodever - the full Node version (ex: 4.2.0)

  • node_maj - the major part of the node version (ex: 4)

  • node_min - the minor part of the node version (ex 2)

  • icu_small - if truthy, means that node was built with small-icu (English only). If falsy, means that the full-icu package is not relevant.

  • icuver - full ICU version, if available, such as 55.1. Sometimes only the major version is available.

  • icumaj - ICU major ver, such as 55. May be === icuver.

  • icumin - ICU minor version, such as 1 if available.

  • icuend - ICU endianness - little, big or ebcdic.

  • icupkg - the npm package needed to get full ICU data, if any.

  • icudat - the raw data file ICU expects to find for full data, if any.

  • noi18n - if truthy, no ICU / Intl build was enabled for your node version. Sorry.

  • oldNode - Node is older (<0.12) than this package can really think about.

BIN

node-full-icu-path will print the full icudt*.dat path, if available.

MIRROR

This is a mirror of source currently in http://source.icu-project.org/repos/icu/tools/branches/srl/npm11617/release/c/icu4c-data-npm/full-icu

COPYRIGHT

This software is part of ICU, and as such is:

Copyright (C) 2015 IBM Corporation and Others. All Rights Reserved.

A copy of the ICU license is in LICENSE or is available at http://bugs.icu-project.org/trac/browser/icu/tags/latest/LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].