~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to glib/gunidecomp.c

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
 * (in this case DIGIT THREE). Formatting information
505
505
 * may be lost but for most text operations such
506
506
 * characters should be considered the same.
507
 
 * For example, g_utf8_collate() normalizes
508
 
 * with %G_NORMALIZE_ALL as its first step.
509
507
 *
510
508
 * %G_NORMALIZE_DEFAULT_COMPOSE and %G_NORMALIZE_ALL_COMPOSE
511
509
 * are like %G_NORMALIZE_DEFAULT and %G_NORMALIZE_ALL,