rfc:mb_levenshtein
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rfc:mb_levenshtein [2024/09/25 06:04] – Fix list youkidearitai | rfc:mb_levenshtein [2025/03/08 02:23] (current) – This RFC was declined youkidearitai | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PHP RFC: Your Title Here ====== | + | ====== PHP RFC: Multibyte for levenshtein, |
* Version: 0.1 | * Version: 0.1 | ||
* Date: 2024-09-25 | * Date: 2024-09-25 | ||
* Author: Yuya Hamada, youkidearitai@gmail.com | * Author: Yuya Hamada, youkidearitai@gmail.com | ||
- | * Status: | + | * Status: |
* First Published at: http:// | * First Published at: http:// | ||
- | Multibyte levenshtein distances have required Fearue | + | ===== Introduction ===== |
+ | Multibyte levenshtein distances have feature | ||
ref: [[https:// | ref: [[https:// | ||
- | ===== Introduction | + | ====== Levenshtein distance difference mb_levenshtein vs grapheme_levenshtein |
- | There is a levenshtein | + | The mb_levenshtein |
+ | This is useful for comparing Unicode code points. For example, this can be used to compare concatenated characters. | ||
+ | |||
+ | < | ||
+ | var_dump(mb_levenshtein(" | ||
+ | </ | ||
+ | |||
+ | Surely, There are times when I want to consider this to be the same. In that case, I will propose grapheme_levenshtein separately. | ||
===== Proposal ===== | ===== Proposal ===== | ||
Line 56: | Line 64: | ||
===== Voting ===== | ===== Voting ===== | ||
- | TBD. | + | <doodle title=" |
+ | * Yes | ||
+ | * No | ||
+ | </ | ||
===== Implementation ===== | ===== Implementation ===== | ||
- | TBD. | + | https:// |
===== References ===== | ===== References ===== | ||
Userland implementation is here: | Userland implementation is here: | ||
* https:// | * https:// | ||
- | * https:// | + | |
===== Rejected Features ===== | ===== Rejected Features ===== | ||
Keep this updated with features that were discussed on the mail lists. | Keep this updated with features that were discussed on the mail lists. |
rfc/mb_levenshtein.1727244287.txt.gz · Last modified: 2024/09/25 06:04 by youkidearitai