{"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\/sq\/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>L\u00ebshimi i librit 0.9.0 p\u00ebr gjuh\u00ebn C++ (standard C++20) <a rel=\"nofollow\" href=\"https:\/\/github.com\/contour-terminal\/libunicode\">libunicode<\/a>. Projekti zhvillohet nga ekipi i zhvilluesve t\u00eb emulatorit t\u00eb terminalit <a rel=\"nofollow\" href=\"https:\/\/contour-terminal.org\">Contour<\/a> dhe shellit <a rel=\"nofollow\" href=\"https:\/\/endo-lang.org\">Endo<\/a> (n\u00eb zhvillim aktiv), dhe shp\u00ebrndahet n\u00ebn licenc\u00ebn Apache 2.0.<\/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\">Mund\u00ebsit\u00eb e bibliotek\u00ebs<\/a>:<\/p>\n<p><\/noindex> <\/p>\n<ul>\n<li>mb\u00ebshtetje p\u00ebr standartet <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 Gjer\u00ebsia Lindore Aziatike<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/www.unicode.org\/reports\/tr15\">UAX #15 Format Normalizuese t\u00eb Unicode<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr24\">UAX #24 Vetit\u00eb e Shkrimit t\u00eb Unicode<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr29\">UAX #29 Segmentimi i Tekstit t\u00eb Unicode<\/a>,<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/unicode.org\/reports\/tr51\">UTS #51 Emojat e Unicode<\/a>;<\/li>\n<\/ul>\n<\/li>\n<li>API p\u00ebr marrjen e vetive t\u00eb Unicode;<\/li>\n<li>optimizimi SIMD i disa funksioneve (duke p\u00ebrdorur std::simd ose std::experimental::simd n\u00ebse jan\u00eb t\u00eb disponueshme);<\/li>\n<li>konvertimi i optimizuar UTF-8  UTF-16\/UTF-32;<\/li>\n<li>ekvivalenti i funksionit wcwidth (int unicode::width(char32_t));<\/li>\n<li>segmentimi i tekstit sipas grafemave, simboleve, emoji dhe shkrimeve;<\/li>\n<li>transformimi i regjistrit dhe krahasimi i vargjeve;<\/li>\n<li>API i nivelit t\u00eb lart\u00eb p\u00ebr segmentimin e tekstit, i p\u00ebrshtatsh\u00ebm p\u00ebr realizimin <a rel=\"nofollow\" href=\"https:\/\/en.wikipedia.org\/wiki\/Text_shaping\">shaping-ut t\u00eb tekstit<\/a>.<\/li>\n<li>mbulimi me teste i shumic\u00ebs s\u00eb mund\u00ebsive t\u00eb bibliotek\u00ebs (gjer\u00ebsia e simbolit dhe segmentimi).<\/li>\n<\/ul>\n<p>N\u00eb paket\u00eb gjithashtu p\u00ebrfshihet utilitari konsolles unicode-query p\u00ebr marrjen e informacionit t\u00eb detajuar rreth vargjeve.<\/p>\n<p>Ndryshimet:<\/p>\n<ul>\n<li>shtuar API grapheme_cluster_width;<\/li>\n<li>p\u00ebrmir\u00ebsime n\u00eb pun\u00ebn me versione Unicode (\u00abAge\u00bb);<\/li>\n<li>p\u00ebrkrahje e plot\u00eb <a rel=\"nofollow\" href=\"https:\/\/www.unicode.org\/reports\/tr15\/\">UAX #15 Format Normalizuese t\u00eb Unicode<\/a> me mb\u00ebshtetje p\u00ebr p\u00ebrpunimin n\u00eb rrjedh\u00eb:<\/li>\n<\/ul>\n<p>     normalizer norm(Normalization_Form::NFC);      \/\/ D\u00ebrgo decomposed e + combining acute, pastaj nj\u00eb starter t\u00eb ri p\u00ebr t\u00eb shkaktuar emision     auto result = norm.feed(U\u2019e\u2019);     CHECK(result.empty()); \/\/ ende buffering      result = norm.feed(U\u2019u0301\u2032);     CHECK(result.empty()); \/\/ ende buffering (combining mark)      result = norm.feed(U\u2019x\u2019); \/\/ starter shkakton emisionin e segmentit t\u00eb m\u00ebparsh\u00ebm     REQUIRE_FALSE(result.empty());     CHECK(result == U\"u00E9\"); \/\/ e + acute e kompozuar n\u00eb e-acute      result = norm.flush();     CHECK(result == U\"x\"); \/\/ segmenti p\u00ebrfundimtar   <\/p>\n<ul>\n<li>funksioni script_extensions tani kthen std::optional&lt;std::span&gt;;<\/li>\n<li>implementimi i rregullit GB9c p\u00ebr ndarjen e grupeve t\u00eb grafemave p\u00ebr kombinimet e simboleve n\u00eb gjuh\u00ebt e grupit Indic;<\/li>\n<li>n\u00eb grapheme_segmenter jan\u00eb p\u00ebrmir\u00ebsuar rregullat p\u00ebr GB11 dhe GB4\/GB5; \u00ebsht\u00eb hequr API e vjet\u00ebr;<\/li>\n<li>implementimi i konvertimit t\u00eb optimizuar SIMD nga UTF-8 n\u00eb UTF-16\/UTF-32;<\/li>\n<li>gjer\u00ebsia e simboleve bashkangjit\u00ebse Hangul V\/T tani \u00ebsht\u00eb zero;<\/li>\n<li>implementimi i segmentimit sipas kufijve t\u00eb fjal\u00ebve;<\/li>\n<li>korrigjime n\u00eb C API;<\/li>\n<li>refaktorizimi i sistemit t\u00eb nd\u00ebrtimit dhe gjeneratorit ndihm\u00ebs t\u00eb tabelave C++;<\/li>\n<li>testet komplekse p\u00ebr transformimin e UTF-16\/UTF-32 jan\u00eb shtuar;<\/li>\n<li>n\u00eb CI \u00ebsht\u00eb shtuar nd\u00ebrtimi statik i utilitarit unicode-query.<\/li>\n<\/ul>\n<p>Burimi: <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\/sq\/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=\"sq_AL\" \/>\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\/sq\/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":"L\u00ebshimi i librit 0.9.0 p\u00ebr gjuh\u00ebn C++ (standard C++20) libunicode. Projekti zhvillohet nga ekipi i zhvilluesve t\u00eb emulatorit t\u00eb terminalit Contour dhe shellit Endo (n\u00eb zhvillim aktiv), dhe shp\u00ebrndahet n\u00ebn licenc\u00ebn Apache 2.0. Mund\u00ebsit\u00eb e bibliotek\u00ebs: mb\u00ebshtetje p\u00ebr standartet Unicode 17.0: UAX #11 Gjer\u00ebsia Lindore Aziatike, UAX #15 Format Normalizuese t\u00eb Unicode, UAX #24 Vetit\u00eb e Shkrimit t\u00eb Unicode, UAX #29 Segmentimi i Tekstit t\u00eb Unicode,","canonical_url":"https:\/\/prohoster.info\/sq\/blog\/novosti-interneta\/libunicode-0-9-0","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"sq_AL","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\/sq\/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\/sq\/wp-json\/wp\/v2\/posts\/168208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/comments?post=168208"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/168208\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media\/168209"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media?parent=168208"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/categories?post=168208"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/tags?post=168208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}