helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Ship a character map utility #142

Closed louies0623 closed 1 year ago

louies0623 commented 1 year ago

We use special symbols when typing official documents, but the system is very troublesome without them.

image

In CJK user

image

probonopd commented 1 year ago

There is a charater map demo application in Qt. We could ship it.

image

However, it is written in Qt/C++ rather than PyQt and hence would be the first utility that needs to be compiled. Maybe someone wants to port it to PyQt?

louies0623 commented 1 year ago

I'm guessing it's because there are a lot of languages ​​to deal with, so in C++ and not PY. py_vs_cpp

https://unifoundry.com/pub/unifont/unifont-15.0.01/unifont-15.0.01.bmp image

and emoji image

probonopd commented 1 year ago

Closing as a duplicate of https://github.com/helloSystem/ISO/issues/95.