简体   繁体   中英

Ruble currency symbol missing in a string in ios 13

After updating ios to 13 version I've received an issue - ruble currency is missing in a string where it is using. I use Unicode to show the ruble symbol (const EXAMPLE_STRING = 'sometext\ \₽';) and I can't use HTML or CSS code, because I have a constant string which insert in different places. So, in devtools everything is ok, but in a view - an empty square. I understand that it's a new ios, but may be someone was face with this issue? Many thanks for answering.

I tried to add a Helvetica font, because I used only a San Francisco font, but it didn't help. I also tried to insert just ₽ - had nothing as the result.

I used - font: 15px/1 SF-Regular, Helvetica-Medium, sans-serif;

我解决了这个问题 - 只需将字体更改为 Helvetica Neue,卢布货币就可以正常工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM