unicode
Here are 1,409 public repositories matching this topic...
-
Updated
May 18, 2022 - HTML
-
Updated
May 21, 2022 - C++
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
May 21, 2022 - TypeScript
-
Updated
Dec 13, 2021
-
Updated
May 20, 2022 - D
-
Updated
Oct 14, 2021 - Rich Text Format
-
Updated
May 8, 2022 - C++
We do not (want to) support multiple installed versions anyways. So let's get rid of the version component in the program folder.
Checklist
- install into path not containing the app version
- auto-updater.
- put contour.exe's app path into the user's (/system's) search path.
- ensure font metrics when moving window to different screen with different DPI scale.
-
Updated
Mar 20, 2022 - PHP
-
Updated
May 20, 2022 - C++
-
Updated
Oct 22, 2020 - JavaScript
Refactor array tests
- Cleanup the tests
- Move module-specific tests into their own modules
- Rename the test case functions as we do in benchmarks
-
Updated
May 9, 2022 - Go
-
Updated
Apr 25, 2022 - PHP
From unicode-org/icu4x#1873 (comment), "Having icu_datetime::pattern::reference::pattern::Pattern and icu_datetime::pattern::runtime::pattern::Pattern makes this super confusing to review, as opposed to having a struct named ReferencePattern and RuntimePattern"
These are internal structures, so we don't need to do this prior to ICU4X 1.0.
-
Updated
May 10, 2022 - JavaScript
-
Updated
Apr 3, 2022 - C++
Improve this page
Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."
We can allocate those two in one vector allocation for all upon first non-nullptr setter. That would shrink
hb_font_funcs_tby over 50%. Saves 33 pointers!