bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

UTF-8 support #119

Closed mokmap closed 4 years ago

mokmap commented 4 years ago

Hi,

I'm French and I use French special characters. When I use one for units I have a triangle displayed because it doesn't support UTF-8.

For example if I put the $ sign, it displays fine but if I put the € sign, it doesn't display and I have a triangle instead.

Can you approach this change?

Thank you

bootsoon commented 4 years ago

@mokmap NgCircleProgress does support UTF-8. I don't know why it doesn't work in your case. Could you post some code or an example like https://stackblitz.com/edit/angular-circle-progress?file=src%2Fapp%2Fapp.module.ts ?