Of course, sorry for the late answer.
The number formatter simply has to be set to the hungarian locale and
have the currency set to HUF.
The expected result in this case is: 5 000,00 Ft
The actual result I get is: 5 000,00 HUF
I've come to suspect it is the ICU library this PHP library was buil
Public bug reported:
Intl seems to be missing certain currency symbols in certain locales on
ubuntu 16.04.
I noticed while doing some unit tests.
Under hu_HU locale, the expected result was 5 000 Ft
The actual result turned out to be 5 000 HUF.
It seems to be specific to this build, as this passe
The locale was set to hu_HU. In this case the currency symbol is
supposed to be Ft.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1635903
Title:
libicu55 has incorrect currency symbols for certain l
Public bug reported:
libicu55 seems to be missing certain currency symbols in certain locales
on ubuntu 16.04.
I noticed while doing some unit tests.
The expected result was 5 000 Ft
The actual result turned out to be 5 000 HUF.
It seems to be specific to this build, as this passes without proble