php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58849 Need direct interface to ICU's Collator::getSortKey()
Submitted: 2009-09-03 04:49 UTC Modified: 2009-10-26 17:56 UTC
From: anon dot hui at gmail dot com Assigned:
Status: Closed Package: intl (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: anon dot hui at gmail dot com
New email:
PHP Version: OS:

 

 [2009-09-03 04:49 UTC] anon dot hui at gmail dot com
Description:
------------
Need direct interface to ICU's Collator::getSortKey().
http://bugs.icu-project.org/apiref/icu4c/classCollator.html#e524fd43a06d4429e2c76bef35874d4c

Typical use of getSortKey() are in databases, where we store a CollationKey in a hidden field, and use it for sorting or indexing.
(ref: http://bugs.icu-project.org/apiref/icu4c/classCollationKey.html)



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-03 04:53 UTC] anon dot hui at gmail dot com
Need direct interface to ICU's Collator::getSortKey().
http://bugs.icu-project.org/apiref/icu4c/classCollator.html#e524fd43a06d4429e2c76bef35874d4c

Typical use of getSortKey() are in databases, where we store a
CollationKey in a hidden field, and use it for sorting or indexing.
(ref: http://bugs.icu-project.org/apiref/icu4c/classCollationKey.html#_details)
 [2009-10-26 17:56 UTC] stas at zend dot com
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

added collator_get_sort_key($collator, $string).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC