mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
5cf818e305
There are a couple of differences here due to using ICU: 1. Titlecasing behaves slightly differently. We previously transformed "123dollars" to "123Dollars", as we would use word segmentation to split a string into words, then transform the first cased character to titlecase. ICU doesn't go quite that far, and leaves the string as "123dollars". While this is a behavior change, the only user of this API is the `text-transform: capitalize;` CSS rule, and we now match the behavior of other browsers. 2. There isn't an API to compare strings with case insensitivity without allocating case-folded strings for both the left- and right-hand-side strings. Our implementation was previously allocation-free; however, in a benchmark, ICU is still ~1.4x faster. |
||
---|---|---|
.. | ||
vcpkg/sanitizer-triplets | ||
accelerated_graphics.cmake | ||
all_the_debug_macros.cmake | ||
ca_certificates_data.cmake | ||
check_for_dependencies.cmake | ||
clang_development.cmake | ||
cmake-version.cmake | ||
code_generators.cmake | ||
common_compile_options.cmake | ||
common_options.cmake | ||
commonmark_spec.cmake | ||
download_icc_profiles.cmake | ||
flac_spec_tests.cmake | ||
fontconfig.cmake | ||
lagom-install-config.cmake | ||
lagom_compile_options.cmake | ||
lagom_install_options.cmake | ||
lagom_options.cmake | ||
libtextcodec_generators.cmake | ||
libweb_generators.cmake | ||
processor-count.cmake | ||
public_suffix.cmake | ||
setup_ccache.cmake | ||
time_zone_data.cmake | ||
unicode_data.cmake | ||
use_linker.cmake | ||
utils.cmake | ||
wasm_spec_tests.cmake | ||
woff2.cmake |