ilcpm

Results 34 comments of ilcpm

所以这是Windows的锅?那反过来那些没更新的老系统应该不会出问题才对呀 就晾在这吧,不管了,也不影响使用

![image](https://github.com/cuiliang/Quicker/assets/36830343/935b42ac-7fd9-491e-9867-f2a377cd9329) 那也得改一下,换成utf8+bat的情况反倒会出问题了😂cmd运行bat的时候不认BOM头 所以还是有必要分成UTF8和UTF8(BOM)两种文件编码 我个人推荐的最佳方案是PowerShell采用UTF8(BOM),bat采用UTF8然后第一行写上CHCP 65001,这样可以获得最好的通用性

是的,cmd那边带上chcp 65001就可以用utf8了,至于bom头的问题我不清楚win10win11是否有区别 但总之,我的想法就是说在“文件编码”的选项里区分开utf8和utf8(bom),细化成这两个,这样大家都可以根据自己的情况选择到合适的编码了,并且可以极大的提高对不同系统环境的适应性

win10这边bom对bat文件是有问题的, ![image](https://github.com/cuiliang/Quicker/assets/36830343/02797bfd-0321-4e9f-a897-064379585106) 你测试的图里,选的好像不是bat文件吧,你选的应该是“CMD命令”,看意思应该是类似于在控制台里实时输入命令运行,所以BOM头对这里没有影响,因为这就不是脚本文件 这样试试 ![image](https://github.com/cuiliang/Quicker/assets/36830343/4f2df9a5-2d9b-4ec3-ad81-8bb25ba5a6f2)

> 目前测试的情况,对于现有的这些脚本类型,使用不使用BOM效果都一样,增加额外的选项反而会造成一定的疑惑。感觉还是不加为好。 我觉得还是需要加上的,就算PowerShell和cmd的问题解决了,对于“自定义脚本”来说,也是未知的,有的软件可以处理bom头,有的软件用utf8就不支持bom头,所以要么就写清楚这是有bom头的,要么就做成两个选项

![image](https://github.com/BluePointLilac/ContextMenuManager/assets/36830343/340f1f6f-e3f3-441d-9cd7-dec9a3fbc716) 目前可以通过添加shell项目做为文件夹,然后复制外部非guid类型的菜单项目进去,但是对于guid类型的项目无效,这里面不显示 手动添加的话也只能添加shell类型的右键菜单,想问一下是做不到“把任意的菜单项目放入子菜单”这个功能吗

it seems that pandoc is designed to set `table_width = sum(col_width)` when `sum(col_width) < 100%` on purpose, to set the table width and the column width at the same time,...

same problem, installed from store, can't open the main window (the first picture in the author's reply) **I found I can't open the Photo app also, do you have the...

only this file may be useful [Settings.json](https://github.com/user-attachments/files/22877107/Settings.json)

WinUI3 gallery app works fine, I'm sure I didn't delete any critical system apps