HeroBlackInk / ultimate-todoist-sync-for-obsidian

GNU General Public License v3.0
145 stars 20 forks source link

Text Truncation with Special Characters (Unicode Support) #87

Open eplusg opened 3 months ago

eplusg commented 3 months ago

Description

There appears to be an issue when typing certain special characters such as å, ä, and ö. When these characters are included in a tag, the text seems to be truncated immediately after the special character. For example, typing the tag #tagwithåletter results in #tagwith

Steps to Reproduce

Type a tag that includes å, ä, or ö.

Expected Behavior

The text should display and store the entire word, including and after the special characters, without truncation.

Actual Behavior

The text is cut off immediately after the special character. For example:

Input: tagwithåletter Output: tagwith

Possible Cause

This issue may be related to improper handling or lack of support for Unicode characters. It appears that the application might not be properly encoding or decoding these special characters, resulting in truncation.

Thank you for looking into this!