mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix a serious misunderstanding of the icu string access API: The value
of nativeIndexingLimit must not exceed the length of the current chunk. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40333 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31772e50c5
commit
e3caba204b
4 changed files with 24 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
/* FIXME It would be nice to use autoconf for checking whether uregex_openUText
|
||||
* is defined. However the naive check using AC_CHECK_FUNCS(uregex_openUText)
|
||||
* wonn't work because libicu internally renames all entry points with some cpp
|
||||
* won't work because libicu internally renames all entry points with some cpp
|
||||
* magic.
|
||||
*/
|
||||
#if (U_ICU_VERSION_MAJOR_NUM > 4 || (U_ICU_VERSION_MAJOR_NUM == 4 && U_ICU_VERSION_MINOR_NUM >= 4))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue