FIX:temperature character in GcodeViewer display '?'

Change-Id: I89b03d04ff280f1f5e6a16a4cd7143dfa31efea1
This commit is contained in:
liz.li 2022-11-22 15:43:45 +08:00 committed by Lane.Wei
parent 9b10b1438c
commit f76d214ae6
1 changed files with 2 additions and 1 deletions

View File

@ -2956,7 +2956,8 @@ const ImWchar* ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon() // used in
0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana
0x31F0, 0x31FF, // Katakana Phonetic Extensions
0xFF00, 0xFFEF, // Half-width characters
0X5C4F, 0X5C50
0X5C4F, 0X5C50,
0x2103, 0x2104,
};
static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00) * 2 + 1] = { 0 };
if (!full_ranges[0])