~ubuntu-branches/ubuntu/quantal/poco/quantal

« back to all changes in this revision

Viewing changes to Foundation/src/ucp.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2008-11-15 11:39:15 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081115113915-7kauhm2c3m2i7oid
Tags: 1.3.3p1-2
* Fixed FTBFS with GCC 4.4 due to missing #include (Closes: #505619)
* Renamed 20_gcc43-missing-include.dpatch to 20_gcc44-missing-include.dpatch
* Downgraded dependencies on -dbg packages (Closes: #504342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
  ucp_Tifinagh,
122
122
  ucp_Ugaritic,
123
123
  ucp_Yi,
124
 
  ucp_Balinese,      /* New for Unicode 5.0.0 */
125
 
  ucp_Cuneiform,     /* New for Unicode 5.0.0 */
126
 
  ucp_Nko,           /* New for Unicode 5.0.0 */
127
 
  ucp_Phags_Pa,      /* New for Unicode 5.0.0 */
128
 
  ucp_Phoenician     /* New for Unicode 5.0.0 */
 
124
  /* New for Unicode 5.0: */
 
125
  ucp_Balinese,
 
126
  ucp_Cuneiform,
 
127
  ucp_Nko,
 
128
  ucp_Phags_Pa,
 
129
  ucp_Phoenician,
 
130
  /* New for Unicode 5.1: */
 
131
  ucp_Carian,
 
132
  ucp_Cham,
 
133
  ucp_Kayah_Li,
 
134
  ucp_Lepcha,
 
135
  ucp_Lycian,
 
136
  ucp_Lydian,
 
137
  ucp_Ol_Chiki,
 
138
  ucp_Rejang,
 
139
  ucp_Saurashtra,
 
140
  ucp_Sundanese,
 
141
  ucp_Vai
129
142
};
130
143
 
131
144
#endif