<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unicode on Sawyer Zheng's Blog</title><link>https://elated-raman-42e0c2.netlify.app/tags/unicode/</link><description>Recent content in Unicode on Sawyer Zheng's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Fri, 05 Jan 2024 11:37:47 +0800</lastBuildDate><atom:link href="https://elated-raman-42e0c2.netlify.app/tags/unicode/index.xml" rel="self" type="application/rss+xml"/><item><title>Unicode</title><link>https://elated-raman-42e0c2.netlify.app/post/notes/python/unicode/</link><pubDate>Fri, 10 Feb 2023 00:00:00 +0000</pubDate><guid>https://elated-raman-42e0c2.netlify.app/post/notes/python/unicode/</guid><description>&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
工具
&lt;/h2&gt;
&lt;div id="outline-text-headline-1" class="outline-text-2"&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;unicodedata 模块&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;python 官方模块， unicode 字符集处理工具&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;unicodeit 模块&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/svenkreiss/unicodeit"&gt;GitHub - svenkreiss/unicodeit: Converts LaTeX tags to unicode: \mathcal{H} → …&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;生成 unicode 字符的网站&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://fsymbols.com/generators/encool/"&gt;Cool text generator Encool ℰη¢◎◎ʟ&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;命令行 terminal 输出宽度&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jquast/wcwidth"&gt;GitHub - jquast/wcwidth: Python library that measures the width of unicode st…&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;希腊字母声调符号&lt;/p&gt;</description></item><item><title>unicodedata</title><link>https://elated-raman-42e0c2.netlify.app/post/notes/python/unicodedata/</link><pubDate>Thu, 23 Sep 2021 00:00:00 +0000</pubDate><guid>https://elated-raman-42e0c2.netlify.app/post/notes/python/unicodedata/</guid><description>&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
教程
&lt;/h2&gt;
&lt;div id="outline-text-headline-1" class="outline-text-2"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;正规化：&lt;a href="https://www.gushiciku.cn/pl/pl4g"&gt;Difference Between NFD, NFC, NFKD, and NFKC Explained with Python Code&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;normalize()&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;各种函数教程：&lt;a href="https://blog.csdn.net/xc_zhou/article/details/82079753?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_search_link&amp;amp;depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_search_link"&gt;{383}python unicodedata用法_周小董-CSDN博客_unicodedata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;英语教程：&lt;a href="https://www.askpython.com/python-modules/unicode-in-python-unicodedata"&gt;Unicode In Python - The unicodedata Module Explained - AskPython&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Python 官方教程：&lt;a href="https://docs.python.org/3/howto/unicode.html"&gt;Unicode HOWTO — Python 3.9.7 documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Python unicode catetory 解说：&lt;a href="https://www.unicode.org/reports/tr44/#General_Category_Values"&gt;General_Category_Values —- Unicode Character Database&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://unicodebook.readthedocs.io/programming_languages.html"&gt;11. Programming languages — Programming with Unicode&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>