Unicode char comparison puzzle
|
05-31-2018, 01:34 AM
Post: #5
|
|||
|
|||
RE: Unicode char comparison puzzle
Thanks for the responses.
So the problem is that I want to filter out all the unicode chars/codepoints that cannot be rendered. I just want to see all the "juicy" characters that the Prime is capable of rendering, and none of the noise viz. I dont want: I want: I stumbled upon this post about comparing the bitmaps of characters, and managed to write the Prime code to do it. My new character comparison function renders the character as a bitmap, which I then convert into a list of 1' s and 0's and can use this information to compare characters, as rendered. Code:
Running across a longer range of chars takes time, but gives: A couple of programming issues I ran into:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)