How to stop (c) becoming copyright © in Xamarin.Forms?

198 Views Asked by At

I am binding string to label's text property. and string is containing (C). but when it's loading on Label it's converted to copyright symbol ©.

Code Snippets:

<ContentPage>
    <Label Text="This is Testing for copyright (c)"/>
</ContentPage>

Note: It's showing copyright symbol if we used custom fonts. I using Manrope-Bold.ttf font in app.

0

There are 0 best solutions below