Skip to content

Instantly share code, notes, and snippets.

@srl295
Last active December 15, 2015 16:00
Show Gist options
  • Save srl295/737f765026bccc3e8c2f to your computer and use it in GitHub Desktop.
Save srl295/737f765026bccc3e8c2f to your computer and use it in GitHub Desktop.

nodejs/Intl#17

  • Node.js
  • configure / vcbuild.bat options for choosing ICU options
  • v8
  • receives ICU options
  • Implements Intl object (where?) and other functions
  • calls into ICU
  • ICU4C
  • implements NumberFormat, etc functions. Locale Data sourced from CLDR
  • implements normalization etc from Unicode data
  • CLDR
  • source of locale data (i.e. how do you spell Tuesday in Spanish)
  • Unicode
  • source of UCA (root/DUCET) collation
  • source of normalization data
  • source of character encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment