Xamarin.forms: [Bug][iOS] Label Html with vietnamese

Created on 11 Dec 2019  路  6Comments  路  Source: xamarin/Xamarin.Forms

I issued with Label Html Text =

谩nh tr膬ng

in iOS( work fine in Android)
Xamarin.Form 4.3.0.991221
Simulator Screen Shot - iPhone 8 Plus - 2019-12-11 at 13 46 54

l10n 4 iOS 馃崕 bug up-for-grabs

Most helpful comment

It seems it's fixed in new XF 4.5.0.356

All 6 comments

Same Problem with Arabic text. Encoding is missed up in iOS:

<StackLayout>
    <Label
        Text="賳氐 毓乇亘賷" />
    <BoxView
        HeightRequest="1"
        Color="Red" />
    <Label
        TextType="Html"
        Text="賳氐 &lt;b&gt;毓乇亘賷&lt;/b&gt;" />
    <BoxView
        HeightRequest="1"
        Color="Red" />
    <Label
        TextType="Html">
        <![CDATA[
        賳氐 <b>毓乇亘賷</b>
        ]]>
    </Label>
</StackLayout>

Here is how it looks:
image

It works just fine on Android.

Same problem here with Czech characters: 臎拧膷艡啪媒谩铆茅. On Android it works just fine.

same happens to Ukrainian and Russian

It seems it's fixed in new XF 4.5.0.356

It seems it's fixed in new XF 4.5.0.356

Confirm for ukr and rus

confirm for vietnamese

Was this page helpful?
0 / 5 - 0 ratings