~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to include/zorba/static_context.h

  • Committer: sorin.marian.nasoi
  • Date: 2013-08-13 09:07:33 UTC
  • mfrom: (11278.1.318 lp_zorba)
  • Revision ID: spungi@gmail.com-20130813090733-vjl1znp7np45y12z
- merge lp:zorba trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
  /** \brief Adds a collation URI.
161
161
   *
162
162
   * The URI specifies the locale and collation strength of the collation that is added.
163
 
   * A valid collation URI must begin with %http://www.zorba-xquery.com/collations/.
 
163
   * A valid collation URI must begin with %http://zorba.io/collations/.
164
164
   * This prefix is followed by a collation strength (i.e. PRIMARY, SECONDARY, TERTIARY,
165
165
   * QUATTERNARY, or IDENTICAL) followed by a '/'.
166
166
   * After the strength a lower-case two- or three-letter ISO-639 language code must follow.
167
167
   * The URI may end with an upper-case two-letter ISO-3166.
168
 
   * For example, %http://www.zorba-xquery.com/collations/PRIMARY/en/US
 
168
   * For example, %http://zorba.io/collations/PRIMARY/en/US
169
169
   * specifies an english language with US begin the country..
170
170
   *
171
171
   * Internally, ICU is used for comparing strings. For detailed description see