-
Currently there is an inconsistent rendering of charcodes across platforms.
If there is a webfont available with a wide range of supported unicode chars, then that might be a better choice to give a …
-
I know it's said that HTML-style entities are not supported because djot is not to favor any target format, but I wonder if it wouldn't be a good idea to have a mechanism for including characters whic…
-
![capture](https://github.com/user-attachments/assets/b4872f11-4559-4a14-b7ad-47e923a3009e)
At the beginning , the width of alphabet a is 24. After inputting some Chinese words, it's width is chang…
-
在io.termd.core.readline.LineBuffer#insert(int) 方法中对字符宽度进行了限制,使之不能输入中文字符。
有什么办法可以支持中文输入吗?
-
When generating a http request string, the content-length seems to be calculated using the number of codepoints instead of bytes.
This was generated using insomnia, which uses httpsnippet:
```
POST…
-
Currently, Typography can only read tables from a font file, but not write tables back to the font file.
I want to modify the codepoint map of the AMS Mathematical Symbols font so that the glyphs c…
-
https://developer.apple.com/documentation/swiftui/lazyvgrid
-
I use the Hindi Devanagari Phonetic (ITRANS) keyboard, Vedic Sanskrit Devanagari Phonetic (ITRANS) for Devanagari, and Bengali Phonetic (ITRANS) for Bangla. I just noticed that the first of the follow…
-
While using the streaming API I occasionally get panics like
```
thread 'main' panicked at 'byte index 140 is out of bounds of `Woo! 🙌 CC Search now includes openly licensed images from @smithsonian…
-
When a keyPressed event is received for pressing a menu button, the key passed in is always 0. This is because event.getUnicodeChar() returns 0 for keys that are not used to type characters, which inc…