beware

来自「mutt-1.5.12 源代码。linux 下邮件接受的工具。」· 代码 · 共 16 行

TXT
16
字号
MUTT HACKERS BEWAREA word of warning about string comparisons: Since mutt may run in ahuge variety of locales, case-insensitive string comparisons andcase conversions may be dangerous.  For instance, in iso-8859-9,tolower('I') is DIFFERENT from 'i' - it's indeed the Turkish dotlesslowercase i.For this reason, always use the ascii_* functions defined in ascii.hand implemented in ascii.c when comparing or handling strings whichare defined as us-ascii.  This concerns lots of text-basedprotocols, message header tags, character set names, domain names,e-mail addresses, etc.Thu Apr 26 15:40:11 CEST 2001, <roessler@does-not-exist.org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?