MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Umlaut Bug in metadata key:value pairs #79

Open dev4223 opened 9 years ago

dev4223 commented 9 years ago

Hello Martin,

First thanx for your great project. Best todo.txt-App!

I have an issue with the metadata key:value pairs. When key contains a special character the following ist happening:

  1. for input Lösung:Konzept it reads L sung: Konzept
  2. for input Lösúng:Konzept it reads Lös ng: Konzept

Best regards, Holger

MartinSGill commented 8 years ago

Checked the standard and you're right I should be supporting this. Turns out though it's not as easy to fix as I thought because of the way I render the entry as HTML and do the formatting.

It will need more work than expected.