iconveh.h   iconveh.h 
/* Character set conversion handler type. /* Character set conversion handler type.
Copyright (C) 2001-2007, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2001-2007, 2009-2015 Free Software Foundation, Inc.
Written by Bruno Haible. Written by Bruno Haible.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 localcharset.h   localcharset.h 
/* Determine a canonical name for the current locale's character encoding. /* Determine a canonical name for the current locale's character encoding.
Copyright (C) 2000-2003, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2000-2003, 2009-2015 Free Software Foundation, Inc.
This file is part of the GNU CHARSET Library. This file is part of the GNU CHARSET Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 2, or (at your option)
any later version. any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 unicase.h   unicase.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Unicode character case mappings. /* Unicode character case mappings.
Copyright (C) 2002, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2002, 2009-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 uniconv.h   uniconv.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Conversions between Unicode and legacy encodings. /* Conversions between Unicode and legacy encodings.
Copyright (C) 2002, 2005, 2007, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2002, 2005, 2007, 2009-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 unictype.h   unictype.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Unicode character classification and properties. /* Unicode character classification and properties.
Copyright (C) 2002, 2005-2014 Free Software Foundation, Inc. Copyright (C) 2002, 2005-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
skipping to change at line 319 skipping to change at line 319
UC_BIDI_EN, /* European Number */ UC_BIDI_EN, /* European Number */
UC_BIDI_ES, /* European Number Separator */ UC_BIDI_ES, /* European Number Separator */
UC_BIDI_ET, /* European Number Terminator */ UC_BIDI_ET, /* European Number Terminator */
UC_BIDI_AN, /* Arabic Number */ UC_BIDI_AN, /* Arabic Number */
UC_BIDI_CS, /* Common Number Separator */ UC_BIDI_CS, /* Common Number Separator */
UC_BIDI_NSM, /* Non-Spacing Mark */ UC_BIDI_NSM, /* Non-Spacing Mark */
UC_BIDI_BN, /* Boundary Neutral */ UC_BIDI_BN, /* Boundary Neutral */
UC_BIDI_B, /* Paragraph Separator */ UC_BIDI_B, /* Paragraph Separator */
UC_BIDI_S, /* Segment Separator */ UC_BIDI_S, /* Segment Separator */
UC_BIDI_WS, /* Whitespace */ UC_BIDI_WS, /* Whitespace */
UC_BIDI_ON /* Other Neutral */ UC_BIDI_ON, /* Other Neutral */
UC_BIDI_LRI, /* Left-to-Right Isolate */
UC_BIDI_RLI, /* Right-to-Left Isolate */
UC_BIDI_FSI, /* First Strong Isolate */
UC_BIDI_PDI /* Pop Directional Isolate */
}; };
/* Return the name of a bidi class. */ /* Return the name of a bidi class. */
extern const char * extern const char *
uc_bidi_class_name (int bidi_class) uc_bidi_class_name (int bidi_class)
_UC_ATTRIBUTE_CONST; _UC_ATTRIBUTE_CONST;
/* Same; obsolete function name. */ /* Same; obsolete function name. */
extern const char * extern const char *
uc_bidi_category_name (int category) uc_bidi_category_name (int category)
_UC_ATTRIBUTE_CONST; _UC_ATTRIBUTE_CONST;
skipping to change at line 525 skipping to change at line 529
UC_JOINING_GROUP_TEH_MARBUTA, /* Teh_Marbuta */ UC_JOINING_GROUP_TEH_MARBUTA, /* Teh_Marbuta */
UC_JOINING_GROUP_TEH_MARBUTA_GOAL, /* Teh_Marbuta_Goal */ UC_JOINING_GROUP_TEH_MARBUTA_GOAL, /* Teh_Marbuta_Goal */
UC_JOINING_GROUP_TETH, /* Teth */ UC_JOINING_GROUP_TETH, /* Teth */
UC_JOINING_GROUP_WAW, /* Waw */ UC_JOINING_GROUP_WAW, /* Waw */
UC_JOINING_GROUP_YEH, /* Yeh */ UC_JOINING_GROUP_YEH, /* Yeh */
UC_JOINING_GROUP_YEH_BARREE, /* Yeh_Barree */ UC_JOINING_GROUP_YEH_BARREE, /* Yeh_Barree */
UC_JOINING_GROUP_YEH_WITH_TAIL, /* Yeh_With_Tail */ UC_JOINING_GROUP_YEH_WITH_TAIL, /* Yeh_With_Tail */
UC_JOINING_GROUP_YUDH, /* Yudh */ UC_JOINING_GROUP_YUDH, /* Yudh */
UC_JOINING_GROUP_YUDH_HE, /* Yudh_He */ UC_JOINING_GROUP_YUDH_HE, /* Yudh_He */
UC_JOINING_GROUP_ZAIN, /* Zain */ UC_JOINING_GROUP_ZAIN, /* Zain */
UC_JOINING_GROUP_ZHAIN /* Zhain */ UC_JOINING_GROUP_ZHAIN, /* Zhain */
UC_JOINING_GROUP_ROHINGYA_YEH, /* Rohingya_Yeh */
UC_JOINING_GROUP_STRAIGHT_WAW, /* Straight_Waw */
UC_JOINING_GROUP_MANICHAEAN_ALEPH, /* Manichaean_Aleph */
UC_JOINING_GROUP_MANICHAEAN_BETH, /* Manichaean_Beth */
UC_JOINING_GROUP_MANICHAEAN_GIMEL, /* Manichaean_Gimel */
UC_JOINING_GROUP_MANICHAEAN_DALETH, /* Manichaean_Daleth */
UC_JOINING_GROUP_MANICHAEAN_WAW, /* Manichaean_Waw */
UC_JOINING_GROUP_MANICHAEAN_ZAYIN, /* Manichaean_Zayin */
UC_JOINING_GROUP_MANICHAEAN_HETH, /* Manichaean_Heth */
UC_JOINING_GROUP_MANICHAEAN_TETH, /* Manichaean_Teth */
UC_JOINING_GROUP_MANICHAEAN_YODH, /* Manichaean_Yodh */
UC_JOINING_GROUP_MANICHAEAN_KAPH, /* Manichaean_Kaph */
UC_JOINING_GROUP_MANICHAEAN_LAMEDH, /* Manichaean_Lamedh */
UC_JOINING_GROUP_MANICHAEAN_DHAMEDH, /* Manichaean_Dhamedh */
UC_JOINING_GROUP_MANICHAEAN_THAMEDH, /* Manichaean_Thamedh */
UC_JOINING_GROUP_MANICHAEAN_MEM, /* Manichaean_Mem */
UC_JOINING_GROUP_MANICHAEAN_NUN, /* Manichaean_Nun */
UC_JOINING_GROUP_MANICHAEAN_SAMEKH, /* Manichaean_Aleph */
UC_JOINING_GROUP_MANICHAEAN_AYIN, /* Manichaean_Ayin */
UC_JOINING_GROUP_MANICHAEAN_PE, /* Manichaean_Pe */
UC_JOINING_GROUP_MANICHAEAN_SADHE, /* Manichaean_Sadhe */
UC_JOINING_GROUP_MANICHAEAN_QOPH, /* Manichaean_Qoph */
UC_JOINING_GROUP_MANICHAEAN_RESH, /* Manichaean_Resh */
UC_JOINING_GROUP_MANICHAEAN_TAW, /* Manichaean_Taw */
UC_JOINING_GROUP_MANICHAEAN_ONE, /* Manichaean_One */
UC_JOINING_GROUP_MANICHAEAN_FIVE, /* Manichaean_Five */
UC_JOINING_GROUP_MANICHAEAN_TEN, /* Manichaean_Ten */
UC_JOINING_GROUP_MANICHAEAN_TWENTY, /* Manichaean_Twenty */
UC_JOINING_GROUP_MANICHAEAN_HUNDRED /* Manichaean_Hundred */
}; };
/* Return the name of a joining group. */ /* Return the name of a joining group. */
extern const char * extern const char *
uc_joining_group_name (int joining_group) uc_joining_group_name (int joining_group)
_UC_ATTRIBUTE_CONST; _UC_ATTRIBUTE_CONST;
/* Return the joining group given by name, e.g. "Teh_Marbuta". */ /* Return the joining group given by name, e.g. "Teh_Marbuta". */
extern int extern int
uc_joining_group_byname (const char *joining_group_name) uc_joining_group_byname (const char *joining_group_name)
 End of changes. 3 change blocks. 
3 lines changed or deleted 36 lines changed or added


 unigbrk.h   unigbrk.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Grapheme cluster breaks in Unicode strings. /* Grapheme cluster breaks in Unicode strings.
Copyright (C) 2010-2014 Free Software Foundation, Inc. Copyright (C) 2010-2015 Free Software Foundation, Inc.
Written by Ben Pfaff <blp@cs.stanford.edu>, 2010. Written by Ben Pfaff <blp@cs.stanford.edu>, 2010.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
skipping to change at line 55 skipping to change at line 55
GBP_CR = 1, GBP_CR = 1,
GBP_LF = 2, GBP_LF = 2,
GBP_CONTROL = 3, GBP_CONTROL = 3,
GBP_EXTEND = 4, GBP_EXTEND = 4,
GBP_PREPEND = 5, GBP_PREPEND = 5,
GBP_SPACINGMARK = 6, GBP_SPACINGMARK = 6,
GBP_L = 7, GBP_L = 7,
GBP_V = 8, GBP_V = 8,
GBP_T = 9, GBP_T = 9,
GBP_LV = 10, GBP_LV = 10,
GBP_LVT = 11 GBP_LVT = 11,
GBP_RI = 12
}; };
/* Return the Grapheme_Cluster_Break property of a Unicode character. */ /* Return the Grapheme_Cluster_Break property of a Unicode character. */
extern int extern int
uc_graphemeclusterbreak_property (ucs4_t uc) uc_graphemeclusterbreak_property (ucs4_t uc)
_UC_ATTRIBUTE_CONST; _UC_ATTRIBUTE_CONST;
/* ======================================================================== = */ /* ======================================================================== = */
/* Grapheme cluster breaks. */ /* Grapheme cluster breaks. */
 End of changes. 2 change blocks. 
2 lines changed or deleted 3 lines changed or added


 unilbrk.h   unilbrk.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Line breaking of Unicode strings. /* Line breaking of Unicode strings.
Copyright (C) 2001-2003, 2005-2014 Free Software Foundation, Inc. Copyright (C) 2001-2003, 2005-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2001. Written by Bruno Haible <bruno@clisp.org>, 2001.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 uniname.h   uniname.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Association between Unicode characters and their names. /* Association between Unicode characters and their names.
Copyright (C) 2000-2002, 2005, 2007, 2009-2014 Free Software Foundation, Copyright (C) 2000-2002, 2005, 2007, 2009-2015 Free Software Foundation,
Inc. Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 uninorm.h   uninorm.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Normalization forms (composition and decomposition) of Unicode strings. /* Normalization forms (composition and decomposition) of Unicode strings.
Copyright (C) 2001-2002, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2001-2002, 2009-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009. Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 unistdio.h   unistdio.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Elementary Unicode string functions. /* Elementary Unicode string functions.
Copyright (C) 2002, 2005-2007, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2002, 2005-2007, 2009-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 unistr.h   unistr.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Elementary Unicode string functions. /* Elementary Unicode string functions.
Copyright (C) 2001-2002, 2005-2014 Free Software Foundation, Inc. Copyright (C) 2001-2002, 2005-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 unitypes.h   unitypes.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Elementary types and macros for the GNU UniString library. /* Elementary types and macros for the GNU UniString library.
Copyright (C) 2002, 2005-2006, 2009-2014 Free Software Foundation, Inc. Copyright (C) 2002, 2005-2006, 2009-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 uniwbrk.h   uniwbrk.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Word breaks in Unicode strings. /* Word breaks in Unicode strings.
Copyright (C) 2001-2003, 2005-2014 Free Software Foundation, Inc. Copyright (C) 2001-2003, 2005-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009. Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
skipping to change at line 52 skipping to change at line 52
WBP_LF = 12, WBP_LF = 12,
WBP_NEWLINE = 10, WBP_NEWLINE = 10,
WBP_EXTEND = 8, WBP_EXTEND = 8,
WBP_FORMAT = 9, WBP_FORMAT = 9,
WBP_KATAKANA = 1, WBP_KATAKANA = 1,
WBP_ALETTER = 2, WBP_ALETTER = 2,
WBP_MIDNUMLET = 3, WBP_MIDNUMLET = 3,
WBP_MIDLETTER = 4, WBP_MIDLETTER = 4,
WBP_MIDNUM = 5, WBP_MIDNUM = 5,
WBP_NUMERIC = 6, WBP_NUMERIC = 6,
WBP_EXTENDNUMLET = 7 WBP_EXTENDNUMLET = 7,
WBP_RI = 13,
WBP_DQ = 14,
WBP_SQ = 15,
WBP_HL = 16
}; };
/* Return the Word_Break property of a Unicode character. */ /* Return the Word_Break property of a Unicode character. */
extern int extern int
uc_wordbreak_property (ucs4_t uc) uc_wordbreak_property (ucs4_t uc)
_UC_ATTRIBUTE_CONST; _UC_ATTRIBUTE_CONST;
/* ======================================================================== = */ /* ======================================================================== = */
/* Word breaks. */ /* Word breaks. */
 End of changes. 2 change blocks. 
2 lines changed or deleted 6 lines changed or added


 uniwidth.h   uniwidth.h 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Display width functions. /* Display width functions.
Copyright (C) 2001-2002, 2005, 2007, 2009-2014 Free Software Foundation, Copyright (C) 2001-2002, 2005, 2007, 2009-2015 Free Software Foundation,
Inc. Inc.
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 version.h   version.h 
skipping to change at line 30 skipping to change at line 30
/* Get LIBUNISTRING_DLL_VARIABLE. */ /* Get LIBUNISTRING_DLL_VARIABLE. */
#include <unistring/woe32dll.h> #include <unistring/woe32dll.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
/* Version number: (major<<16) + (minor<<8) + subminor /* Version number: (major<<16) + (minor<<8) + subminor
except that for versions <= 0.9.3 the value was 0x000009. */ except that for versions <= 0.9.3 the value was 0x000009. */
#define _LIBUNISTRING_VERSION 0x000904 #define _LIBUNISTRING_VERSION 0x000905
extern LIBUNISTRING_DLL_VARIABLE const int _libunistring_version; /* Likewi se */ extern LIBUNISTRING_DLL_VARIABLE const int _libunistring_version; /* Likewi se */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* _UNISTRING_VERSION_H */ #endif /* _UNISTRING_VERSION_H */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/