Can i display Japanese(unicode) characters?

Hi, I’m Japanese. Please tell me how to resolve.

I was trying to make a calendar using Fuse.

And, I wanted to express the day of the week in Japanese.

However, it did not appear well.

before:

    <Weekday> MON </Weekday>
    <Weekday> TUE </Weekday>
    <Weekday> WED </Weekday>
    <Weekday> THU </Weekday>
    <Weekday> FRI </Weekday>

this shows MON TUE WED THU FRI as I intended.

AFTER:

    <Weekday> 月 </Weekday>
    <Weekday> 火 </Weekday>
    <Weekday> 水 </Weekday>
    <Weekday> 木 </Weekday>
    <Weekday> 金 </Weekday>

This shows □ □ □ □ □ .

But I want to show 月 火 水 木 金.

Can I display Japanese(unicode) characters?

+1

need unicode characters supporting!

This will work on the device. Support on Fuse Local Preview is not as good. Have you tried on the device?

It works on the device

ablipan@163.com

Bjørn-Olav Strand

This will work on the device. Support on Fuse Local Preview is not as good. Have you tried on the device?

Oh. I tried on Local Preview only.

I will try on the device.

Thank you.