Weird string concatenate related to arabic symbol C# -
Hi,
I am trying to create a number format for currency data.
If the symbol is $: $ + #, ## 0.0000, the result is $ #, ## 0.0000 -> this is good.
But if the symbol R.S. (Saudi Arabia Currency Symbol) Result #, ## 000 ر.س ~ 0 s0
On this website I can not even write the correct result string My approximate results only keeps the symbol in exactly the same place as any other, but every time I try, it always turns into a weird character sequence.
Do you know why?
There are many problems in bidirectional Unicode character sequence. Try setting the text direction of the label / text box / whatever you are putting the string right-to-left
Comments
Post a Comment