Skip to main content
MauFanGilaMedical
Associate III
November 7, 2025
Solved

Atoi for non European language

  • November 7, 2025
  • 1 reply
  • 133 views

Hello.

I have developed a firmware for Riverdi_121STM32H7.

The firmware has Italian and English texts,

but we planned to develop a version for Chinese customers, Myanmar, and other non european customers.

 

My doubt is:  Unicode::atoi and Unicode::sprintf("%d" produce number in other language, don't ?

 

Thakyou for the answers ...

 

Best answer by mathiasmarkussen

Hello,

 

As long as they use radix-10 numbers, I do not believe it would matter, the actual numbers are the same, the difference is in representation as a font,

1 reply

mathiasmarkussenBest answer
ST Employee
November 18, 2025

Hello,

 

As long as they use radix-10 numbers, I do not believe it would matter, the actual numbers are the same, the difference is in representation as a font,