# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 10
# self = https://watcher.sour.is/conv/jxtyccq
I think it's time I set up jenny for this feed... been echo-ing my twits manually and there came times when it made me feel like a dork xD Plus I don't have my vim's :set spell to catch up with the typos
@skinshafi awesome!
Done! but then again, there's something weired going on with my muttrc-jenny config file xD ... I'm seeing a bunch of ????s in the TUI's subjects section... checking a couple of twt's headers I see somethings like \360\237\230\261 (escapesd unicode?), sometime that shows in the mail body and sometimes not.

Could it have something to do with the remote/pubnix machin's Locale or something? one more thing to digg through 🫠

Screenshot of waht's going on
hah! even my own emoji doesn't show up on mutt/neomutt... while it does elsewhere!
@skinshafi Could be a locale thing, yeah. 🥴
@skinshafi Could be a locale thing, yeah. 🥴
@skinshafi Could be a locale thing, yeah. 🥴
@skinshafi Could be a locale thing, yeah. 🥴
charset used to be "us-ascii" but setting it to "utf-8" changed nothing... 🤔

h
skinshafi@thunix:~$ neomutt -Q charset
set charset = "us-ascii"
skinshafi@thunix:~$ neomutt -Q charset
set charset = "utf-8"
@movq Fixed, Thanks! had to throw in an export LC_TYPE=C.UTF-8 👌