RaSan147 / pyrobox

Turn your computer into Local File Hosting Server. Improved version on Python 3 http.server with Upload and LOTS of FEATURES. In short a home/office remote File-Manager
MIT License
43 stars 8 forks source link

Pyrobox and UTF-8 #76

Closed Lonerider2010 closed 1 year ago

Lonerider2010 commented 1 year ago

Tried to open a markdown file which is UTF-8 encoded. Unfortunately pyrobox is not able to handle this correctly. Example:

    # Gräber von Amarna
    ## Veröffentlichungen 

should be:

    # Gräber von Amarna
    ## Veröffentlichungen

From my point of view this is a bug. Haven't found any hint that pyrobox cannot handle UTF-8.

RaSan147 commented 1 year ago

things i need:

  1. file name.
  2. screenshot of the affected part
  3. kindly open the file in browser by drag and drop and check if it renders correct (if not, maybe missing font issue)
  4. if possible the file (partial/affected part is enough )
RaSan147 commented 1 year ago

Probably found the cause, will be fixed in new update asap. Thanks

RaSan147 commented 1 year ago

Now renders fine. Update on the way

Screenshot_2023-05-15-00-08-01-72_0a156e521caef1694fb53a7dad489d44

RaSan147 commented 1 year ago

Fixed, kindly update pyrobox pip install -U pyrobox

thanks

Lonerider2010 commented 1 year ago

After updating pyrobox, the display of UTF-8 characters is fine. Thanks a lot!!

RaSan147 commented 1 year ago

You're welcome 🤗