commit | c61054e0c4a41ec30a5ab6358b166430bde9dfa9 | [log] [tgz] |
---|---|---|
author | CJ Huang <chenjih@google.com> | Tue Aug 23 06:17:30 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 06:17:30 2022 |
tree | 907d9db8c0c6cf9393f3c515ffe6e61bc2decff8 | |
parent | 7849b65b0d16d8d27fd1a5411830eb2ab77281ed [diff] |
[String matching] add diacritics remove function add a function RemoveDiacritics which takes in a string and return the same string but with diacritics removed Bug: 1347334 Change-Id: Ief503f4e294d5a5b1f38f1b8ecc06fcbdfd093c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3848714 Commit-Queue: CJ Huang <chenjih@google.com> Reviewed-by: Amanda Deacon <amandadeacon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038123}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.