{"id":168208,"date":"2026-04-09T17:13:00","date_gmt":"2026-04-09T15:13:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/libunicode-0-9-0"},"modified":"2026-04-09T17:13:00","modified_gmt":"2026-04-09T15:13:00","slug":"libunicode-0-9-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/et\/blog\/novosti-interneta\/libunicode-0-9-0","title":{"rendered":"libunicode 0.9.0","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"libunicode 0.9.0\" src=\"\/wp-content\/uploads\/2026\/04\/4b42d70f3c8182f2c239b4d61a26c00e.jpg\" style=\"display:block;margin: 0 auto;\" \/>                              <noindex>      <noindex><\/p>\n<p>Ilmus v\u00e4lja 0.9.0 teegi C++ keele jaoks (C++20 standard) <a rel=\"nofollow\" href=\"https:\/\/github.com\/contour-terminal\/libunicode\">libunicode<\/a>. Projekti arendab terminali emulaatori arendajate meeskond <a rel=\"nofollow\" href=\"https:\/\/contour-terminal.org\">Contour<\/a> ja kest <a rel=\"nofollow\" href=\"https:\/\/endo-lang.org\">Endo<\/a> (aktiivne arendus), ja seda levitatakse Apache 2.0 litsentsi alusel.<\/p>\n<p><\/noindex><\/noindex>  <noindex><\/p>\n<p><a rel=\"nofollow\" href=\"https:\/\/github.com\/contour-terminal\/libunicode?tab=readme-ov-file#feature-overview\">Teegi v\u00f5imalused<\/a>:<\/p>\n<p><\/noindex> <\/p>\n<ul>\n<li>standardite toetus <a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/opensource\/18056080\">Unicode 17.0<\/a>:\n<ul>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr11\">UAX #11 Ida-Aasia laius<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/www.unicode.org\/reports\/tr15\">UAX #15 Unicode normaliseerimisvormid<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr24\">UAX #24 Unicode'i skripti omadus<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr29\">UAX #29 Unicode'i tekstide segmenteerimine<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr51\">UTS #51 Unicode'i emod\u017ei<\/a>;<\/li>\n<\/ul>\n<\/li>\n<li>API Unicode'i omaduste saamiseks;<\/li>\n<li>M\u00f5nede funktsioonide SIMD-optimeerimine (kasutades std::simd v\u00f5i std::experimental::simd, kui need on saadaval);<\/li>\n<li>optimeeritud UTF-8 &lt;-&gt; UTF-16\/UTF-32 konverteerimine;<\/li>\n<li>wcwidth funktsiooni ekvivalent (int unicode::width(char32_t));<\/li>\n<li>teksti segmentimine graheemide, s\u00fcmbolite, emod\u017ei ja kirjade kaupa;<\/li>\n<li>registreerimise muutmine ja stringide v\u00f5rdlemine;<\/li>\n<li>k\u00f5rgtaseme API teksti segmenteerimiseks, mis sobib rakendamiseks <a rel=\"nofollow\" href=\"https:\/\/en.wikipedia.org\/wiki\/Text_shaping\">teksti vormindamine<\/a>.<\/li>\n<li>enamik teegi v\u00f5imalusi katab testimist (s\u00fcmboli laius ja segmenteerimine).<\/li>\n<\/ul>\n<p>Komplekti kuulub ka k\u00e4surea utiliit unicode-query stringide \u00fcksikasjaliku teabe saamiseks.<\/p>\n<p>Muutused:<\/p>\n<ul>\n<li>lisatud API grapheme_cluster_width;<\/li>\n<li>parenduste juhtimine Unicode versioonide kaudu (&laquo;Age&raquo;);<\/li>\n<li>t\u00e4ielik tugi <a rel=\"nofollow\" href=\"https:\/\/www.unicode.org\/reports\/tr15\/\">UAX #15 Unicode normaliseerimisvormid<\/a> voogedastuse toega:<\/li>\n<\/ul>\n<p>     normalizer norm(Normalization_Form::NFC);      \/\/ Toimetab dekomponeeritud e + \u00fchendava acute, seej\u00e4rel uus algus, et vallandada emisjon     auto result = norm.feed(U&#8217;e&#8217;);     CHECK(result.empty()); \/\/ ikka puhastamine      result = norm.feed(U&#8217;u0301&#8242;);     CHECK(result.empty()); \/\/ ikka puhastamine (\u00fchendav m\u00e4rk)      result = norm.feed(U&#8217;x&#8217;); \/\/ algus vallandab eelmise segmendi emisjoni     REQUIRE_FALSE(result.empty());     CHECK(result == U&quot;u00E9&quot;); \/\/ e + acute komposiit on e-acute      result = norm.flush();     CHECK(result == U&quot;x&quot;); \/\/ viimane segment   <\/p>\n<ul>\n<li>funktsioon script_extensions tagastab n\u00fc\u00fcd std::optional&lt;std::span&lt;Script const&gt;&gt;;<\/li>\n<li>rakendatud on GB9c reegel grafeemide r\u00fchma l\u00f5hkumiseks Indic keelte kombinatsioonide jaoks;<\/li>\n<li>grapheme_segmenter'is on parandatud reeglid GB11 ja GB4\/GB5; eemaldatud aegunud API;<\/li>\n<li>rakendatud on SIMD-optimeeritud UTF-8 konverteerimine UTF-16\/UTF-32;<\/li>\n<li>Hangul V\/T \u00fchendavate m\u00e4rkide laius on n\u00fc\u00fcd null;<\/li>\n<li>rakendatud on s\u00f5na piiri l\u00f5hkumine;<\/li>\n<li>parandused C API-s;<\/li>\n<li>C++ ehituss\u00fcsteemi ja abigeneraatori refaktooring;<\/li>\n<li>lisatud on komplekssed testid UTF-16\/UTF-32 konverteerimise kohta;<\/li>\n<li>CI-sse on lisatud unicode-query utiliidi staatiline kogumine.<\/li>\n<\/ul>\n<p>Allikas: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/development\/18262114\">linux.org.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 0.9.0 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f \u044f\u0437\u044b\u043a\u0430 C++ (\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 C++20) libunicode. \u041f\u0440\u043e\u0435\u043a\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0430 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430 Contour \u0438 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438 Endo (\u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435), \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 Apache 2.0. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438: \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432 Unicode 17.0: UAX #11 East Asian Width, UAX #15 Unicode Normalization Forms, UAX #24 Unicode Script Property, UAX #29 Unicode Text Segmentation, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":8,"featured_media":168209,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-168208","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-novosti-interneta"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 0.9.0 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f \u044f\u0437\u044b\u043a\u0430 C++ (\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 C++20) libunicode. \u041f\u0440\u043e\u0435\u043a\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0430 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430 Contour \u0438 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438 Endo (\u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435), \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 Apache 2.0. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438: \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432 Unicode 17.0: UAX #11 East Asian Width, UAX #15 Unicode Normalization Forms, UAX #24 Unicode Script Property, UAX #29 Unicode Text Segmentation,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Erik Peterson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/et\/blog\/novosti-interneta\/libunicode-0-9-0\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"et_EE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47libunicode 0.9.0 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 0.9.0 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f \u044f\u0437\u044b\u043a\u0430 C++ (\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 C++20) libunicode. \u041f\u0440\u043e\u0435\u043a\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0430 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430 Contour \u0438 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438 Endo (\u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435), \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 Apache 2.0. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438: \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432 Unicode 17.0: UAX #11 East Asian Width, UAX #15 Unicode Normalization Forms, UAX #24 Unicode Script Property, UAX #29 Unicode Text Segmentation,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/et\/blog\/novosti-interneta\/libunicode-0-9-0\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-04-09T15:13:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-04-09T15:13:00+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47libunicode 0.9.0 | ProHoster","description":"Ilmus C++ keele (C++20 standard) libunicode teegi v\u00e4ljalase 0.9.0. Projekti arendab Contour terminali emulaatori ja Endo (aktiivne arendus) meeskond ning see levitatakse Apache 2.0 litsentsi alusel. Teegi v\u00f5imalused: Unicode 17.0 standardite tugi: UAX #11 Ida-Aasia laius, UAX #15 Unicode normaliseerimisvormid, UAX #24 Unicode skripti omadus, UAX #29 Unicode teksti jaotamine.","canonical_url":"https:\/\/prohoster.info\/et\/blog\/novosti-interneta\/libunicode-0-9-0","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"et_EE","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47libunicode 0.9.0 | ProHoster","og:description":"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 0.9.0 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f \u044f\u0437\u044b\u043a\u0430 C++ (\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 C++20) libunicode. \u041f\u0440\u043e\u0435\u043a\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0430 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430 Contour \u0438 \u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438 Endo (\u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435), \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 Apache 2.0. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438: \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432 Unicode 17.0: UAX #11 East Asian Width, UAX #15 Unicode Normalization Forms, UAX #24 Unicode Script Property, UAX #29 Unicode Text Segmentation,","og:url":"https:\/\/prohoster.info\/et\/blog\/novosti-interneta\/libunicode-0-9-0","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-04-09T15:13:00+00:00","article:modified_time":"2026-04-09T15:13:00+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/posts\/168208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/comments?post=168208"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/posts\/168208\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/media\/168209"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/media?parent=168208"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/categories?post=168208"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/et\/wp-json\/wp\/v2\/tags?post=168208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}