Click here to Skip to main content
16,016,088 members

Comments by karthime (Top 7 by date)

karthime 10-Oct-18 16:08pm View    
Hi, How to instantiate class Security from controller.cs. I don't know how to pass constructor parameter to instantiate this class.
karthime 29-Nov-13 3:51am View    
Hi,

Thanks, I have succeeded in getting the solution from the explanation but it seems that its working out correctly in chrome browser where as in mozilla browser it is displaying the character É instead of ⊃.

So how do i make the charcter ⊃ to appear as uniformly in all browser in all different os.

I am rendering the returned character(from fromPUA()) within the font tag, font-family:Symbol.
karthime 28-Nov-13 9:07am View    
Deleted
Hi,

Thanks, I have succeeded in getting the solution from the explanation but it seems that its working out correctly in chrome browser where as in mozilla browser it is displaying the character É instead of ⊃.

So how do i make the charcter ⊃ to appear as uniformly in all browser in all different os.

I am rendering the returned character(from fromPUA()) within the font tag, font-family:Symbol.
karthime 27-Nov-13 7:13am View    
Hi,
Thanks for your response,
I tried out the above code and the results were
1) The string "F0C9" was provided as input, the output from the first statement was 61641
2) Output of the asNumber was used for the second statement as input and its corresponding output was 201
3) The char returned for the asNumber was 'É'

But the actual output for the unicode provided was ⊃.

Kindly let me know, how do we achieve the actual output.
karthime 25-Nov-13 3:25am View    
Hi,

Thanks for the reply,

As per my requirement, the input is in string format "F0C9",
kindly refer the below link in which the suitable Unicode hexadecimal provided for the above PUA is ⊃
https://github.com/Distrotech/groff/blob/master/font/devlj4/generate/symbol.map
As per the quotes, when i tried out the code posted by you, it is only converting into hexadecimal but i was stuck when trying to convert PUA(F0C9) -> ⊃.