Hi,
I am using Extjs 6.5.1.
In my application we are displaying £(Pound) Symbol for some of the Grid title. For this i used this sybol as
"TransactionHistory":{
"amount":"Amount (£"
}
Whenever am using this symbol for titles it is displaying correctly like Amount (£).
Whenever am directly reading from the Property file is not displaying like ? (question mark) in my screens.
I think whenever am using this for titles the (£is converting into html code and displayed the correct title.
In other i am not getting the pound symbol.
What would i do in this case.
Please help me in this.
Thanks
Kamalakar Reddy