<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Missing or wrong Unicode characters for Japanese Katakana]]></title><description><![CDATA[<p dir="auto">There are some missing or wrong Japanese Katakana letters in unicode font.</p>
<p dir="auto">The sample code below shows the unexpected results.</p>
<pre><code>from m5stack import *
from m5stack_ui import *
from uiflow import *
import time

screen = M5Screen()
screen.clean_screen()
screen.set_screen_bg_color(0xFFFFFF)

label0 = M5Label('テストケース', x=91, y=108, color=0x000, font=FONT_UNICODE_24, parent=None)

label0.set_text_font(FONT_UNICODE_24)
label0.set_text(str('テストケース'))
wait(5)
label0.set_text('ミドル・ドット')
</code></pre>
<ol>
<li>テストケース =&gt; テストケス"  ["ー" (0x30FC; Katakana-Hiragana Prolonged Sound Mark) is missing ]</li>
<li>ミドル・ドット =&gt;  ミドル勹ドット ["・" (0x30FB; Katakana Middle Dot) is replaced with a wrong character (some character like "勹" but a bit different)]</li>
</ol>
<p dir="auto">Without these two characters("ー" and "・"), we have extreme difficulty in using Japanese text in a label.</p>
<p dir="auto">Here lists my environment.</p>
<ul>
<li>Device: M5Stack core2</li>
<li>firmware: v1.8.1 (via M5Burner)</li>
<li>UIFlow: v1.8.1</li>
</ul>
]]></description><link>https://community.m5stack.com/topic/3522/missing-or-wrong-unicode-characters-for-japanese-katakana</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 15:16:52 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3522.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Aug 2021 18:09:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Missing or wrong Unicode characters for Japanese Katakana on Sat, 28 Aug 2021 17:13:23 GMT]]></title><description><![CDATA[<p dir="auto">I checked this on M5Stack Basic, and these two characters (0x30FC, and 0x30FB) were shown properly.</p>
<p dir="auto">So this is the problem occurs only on core2.<br />
v1.8.3 for core2 still has this problem, and I strongly wish It would soon be fixed.</p>
]]></description><link>https://community.m5stack.com/post/14750</link><guid isPermaLink="true">https://community.m5stack.com/post/14750</guid><dc:creator><![CDATA[wingtiger]]></dc:creator><pubDate>Sat, 28 Aug 2021 17:13:23 GMT</pubDate></item></channel></rss>