diff for duplicates of <20210515102239.2ffd0451@coco.lan> diff --git a/a/1.txt b/N1/1.txt index dc4803b..188c3cc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -42,7 +42,7 @@ David Woodhouse <dwmw2@infradead.org> escreveu: > > formats are properly supporting it on different Sphinx versions. > > And there you have a specific change with a specific fix. Nothing to do -> with whether NON-BREAKABLE SPACE is ∉ ASCII, and *certainly* nothing to +> with whether NON-BREAKABLE SPACE is ? ASCII, and *certainly* nothing to > do with the fact that, like *every* character in every kernel file > except the *binary* files, it's representable in UTF-8. > @@ -98,7 +98,7 @@ Agreed. > feature at all. > > This is why we prefer to put user-visible strings on one line in C -> source code, even if it takes the lines over 80 characters — to allow +> source code, even if it takes the lines over 80 characters ? to allow > for grep to find them. Makes sense, but in case of documentation, this is a little more @@ -165,8 +165,8 @@ ReST files under Documentation/, excluding translations is: 1. Spaces and BOM - - U+00a0 (' '): NO-BREAK SPACE - - U+feff (''): ZERO WIDTH NO-BREAK SPACE (BOM) + - U+00a0 ('?'): NO-BREAK SPACE + - U+feff ('?'): ZERO WIDTH NO-BREAK SPACE (BOM) Based on the discussions there and on this thread, those should be dropped, as BOM is useless and NO-BREAK SPACE can cause problems @@ -174,60 +174,60 @@ at the html/pdf output; 2. Symbols - - U+00a9 ('©'): COPYRIGHT SIGN - - U+00ac ('¬'): NOT SIGN - - U+00ae ('®'): REGISTERED SIGN - - U+00b0 ('°'): DEGREE SIGN - - U+00b1 ('±'): PLUS-MINUS SIGN - - U+00b2 ('²'): SUPERSCRIPT TWO - - U+00b5 ('µ'): MICRO SIGN - - U+03bc ('μ'): GREEK SMALL LETTER MU - - U+00b7 ('·'): MIDDLE DOT - - U+00bd ('½'): VULGAR FRACTION ONE HALF - - U+2122 ('™'): TRADE MARK SIGN - - U+2264 ('≤'): LESS-THAN OR EQUAL TO - - U+2265 ('≥'): GREATER-THAN OR EQUAL TO - - U+2b0d ('⬍'): UP DOWN BLACK ARROW + - U+00a9 ('?'): COPYRIGHT SIGN + - U+00ac ('?'): NOT SIGN + - U+00ae ('?'): REGISTERED SIGN + - U+00b0 ('?'): DEGREE SIGN + - U+00b1 ('?'): PLUS-MINUS SIGN + - U+00b2 ('?'): SUPERSCRIPT TWO + - U+00b5 ('?'): MICRO SIGN + - U+03bc ('?'): GREEK SMALL LETTER MU + - U+00b7 ('?'): MIDDLE DOT + - U+00bd ('?'): VULGAR FRACTION ONE HALF + - U+2122 ('?'): TRADE MARK SIGN + - U+2264 ('?'): LESS-THAN OR EQUAL TO + - U+2265 ('?'): GREATER-THAN OR EQUAL TO + - U+2b0d ('?'): UP DOWN BLACK ARROW Those seem OK on my eyes. On a side note, both MICRO SIGN and GREEK SMALL LETTER MU are used several docs to represent microseconds, micro-volts and -micro-ampères. If we write an orientation document, it probably +micro-amp?res. If we write an orientation document, it probably makes sense to recommend using MICRO SIGN on such cases. 3. Latin - - U+00c7 ('Ç'): LATIN CAPITAL LETTER C WITH CEDILLA - - U+00df ('ß'): LATIN SMALL LETTER SHARP S - - U+00e1 ('á'): LATIN SMALL LETTER A WITH ACUTE - - U+00e4 ('ä'): LATIN SMALL LETTER A WITH DIAERESIS - - U+00e6 ('æ'): LATIN SMALL LETTER AE - - U+00e7 ('ç'): LATIN SMALL LETTER C WITH CEDILLA - - U+00e9 ('é'): LATIN SMALL LETTER E WITH ACUTE - - U+00ea ('ê'): LATIN SMALL LETTER E WITH CIRCUMFLEX - - U+00eb ('ë'): LATIN SMALL LETTER E WITH DIAERESIS - - U+00f3 ('ó'): LATIN SMALL LETTER O WITH ACUTE - - U+00f4 ('ô'): LATIN SMALL LETTER O WITH CIRCUMFLEX - - U+00f6 ('ö'): LATIN SMALL LETTER O WITH DIAERESIS - - U+00f8 ('ø'): LATIN SMALL LETTER O WITH STROKE - - U+00fa ('ú'): LATIN SMALL LETTER U WITH ACUTE - - U+00fc ('ü'): LATIN SMALL LETTER U WITH DIAERESIS - - U+00fd ('ý'): LATIN SMALL LETTER Y WITH ACUTE - - U+011f ('ğ'): LATIN SMALL LETTER G WITH BREVE - - U+0142 ('ł'): LATIN SMALL LETTER L WITH STROKE + - U+00c7 ('?'): LATIN CAPITAL LETTER C WITH CEDILLA + - U+00df ('?'): LATIN SMALL LETTER SHARP S + - U+00e1 ('?'): LATIN SMALL LETTER A WITH ACUTE + - U+00e4 ('?'): LATIN SMALL LETTER A WITH DIAERESIS + - U+00e6 ('?'): LATIN SMALL LETTER AE + - U+00e7 ('?'): LATIN SMALL LETTER C WITH CEDILLA + - U+00e9 ('?'): LATIN SMALL LETTER E WITH ACUTE + - U+00ea ('?'): LATIN SMALL LETTER E WITH CIRCUMFLEX + - U+00eb ('?'): LATIN SMALL LETTER E WITH DIAERESIS + - U+00f3 ('?'): LATIN SMALL LETTER O WITH ACUTE + - U+00f4 ('?'): LATIN SMALL LETTER O WITH CIRCUMFLEX + - U+00f6 ('?'): LATIN SMALL LETTER O WITH DIAERESIS + - U+00f8 ('?'): LATIN SMALL LETTER O WITH STROKE + - U+00fa ('?'): LATIN SMALL LETTER U WITH ACUTE + - U+00fc ('?'): LATIN SMALL LETTER U WITH DIAERESIS + - U+00fd ('?'): LATIN SMALL LETTER Y WITH ACUTE + - U+011f ('?'): LATIN SMALL LETTER G WITH BREVE + - U+0142 ('?'): LATIN SMALL LETTER L WITH STROKE Those should be kept as well, as they're used for non-English names. 4. arrows and box drawing symbols: - - U+2191 ('↑'): UPWARDS ARROW - - U+2192 ('→'): RIGHTWARDS ARROW - - U+2193 ('↓'): DOWNWARDS ARROW + - U+2191 ('?'): UPWARDS ARROW + - U+2192 ('?'): RIGHTWARDS ARROW + - U+2193 ('?'): DOWNWARDS ARROW - - U+2500 ('─'): BOX DRAWINGS LIGHT HORIZONTAL - - U+2502 ('│'): BOX DRAWINGS LIGHT VERTICAL - - U+2514 ('└'): BOX DRAWINGS LIGHT UP AND RIGHT - - U+251c ('├'): BOX DRAWINGS LIGHT VERTICAL AND RIGHT + - U+2500 ('?'): BOX DRAWINGS LIGHT HORIZONTAL + - U+2502 ('?'): BOX DRAWINGS LIGHT VERTICAL + - U+2514 ('?'): BOX DRAWINGS LIGHT UP AND RIGHT + - U+251c ('?'): BOX DRAWINGS LIGHT VERTICAL AND RIGHT Also should be kept. @@ -236,8 +236,8 @@ there's not much to be discussed for the above cases. So, I'll post a v3 of this series, changing only: - - U+00a0 (' '): NO-BREAK SPACE - - U+feff (''): ZERO WIDTH NO-BREAK SPACE (BOM) + - U+00a0 ('?'): NO-BREAK SPACE + - U+feff ('?'): ZERO WIDTH NO-BREAK SPACE (BOM) --- @@ -245,10 +245,10 @@ Now, this specific patch series address also this extra case: 5. curly commas: - - U+2018 ('‘'): LEFT SINGLE QUOTATION MARK - - U+2019 ('’'): RIGHT SINGLE QUOTATION MARK - - U+201c ('“'): LEFT DOUBLE QUOTATION MARK - - U+201d ('”'): RIGHT DOUBLE QUOTATION MARK + - U+2018 ('?'): LEFT SINGLE QUOTATION MARK + - U+2019 ('?'): RIGHT SINGLE QUOTATION MARK + - U+201c ('?'): LEFT DOUBLE QUOTATION MARK + - U+201d ('?'): RIGHT DOUBLE QUOTATION MARK IMO, those should be replaced by ASCII commas: ' and ". @@ -256,7 +256,7 @@ The rationale is simple: - most were introduced during the conversion from Docbook, markdown and LaTex; -- they don't add any extra value, as using "foo" of “foo” means +- they don't add any extra value, as using "foo" of ?foo? means the same thing; - Sphinx already use "fancy" commas at the output. @@ -272,9 +272,9 @@ The remaining cases are future work, outside the scope of this v2: 6. Hyphen/Dashes and ellipsis - - U+2212 ('−'): MINUS SIGN - - U+00ad (''): SOFT HYPHEN - - U+2010 ('‐'): HYPHEN + - U+2212 ('?'): MINUS SIGN + - U+00ad ('?'): SOFT HYPHEN + - U+2010 ('?'): HYPHEN Those three are used on places where a normal ASCII hyphen/minus should be used instead. There are even a couple of C files which @@ -282,9 +282,9 @@ The remaining cases are future work, outside the scope of this v2: IMO are fixes/cleanups from conversions and bad cut-and-paste. - - U+2013 ('–'): EN DASH - - U+2014 ('—'): EM DASH - - U+2026 ('…'): HORIZONTAL ELLIPSIS + - U+2013 ('?'): EN DASH + - U+2014 ('?'): EM DASH + - U+2026 ('?'): HORIZONTAL ELLIPSIS Those are auto-replaced by Sphinx from "--", "---" and "...", respectively. @@ -301,15 +301,15 @@ The remaining cases are future work, outside the scope of this v2: 7. math symbols: - - U+00d7 ('×'): MULTIPLICATION SIGN + - U+00d7 ('?'): MULTIPLICATION SIGN This one is used mostly do describe video resolutions, but this is on a smaller changeset than the ones that use "x" letter. - - U+2217 ('∗'): ASTERISK OPERATOR + - U+2217 ('?'): ASTERISK OPERATOR This is used only here: - Documentation/filesystems/ext4/blockgroup.rst:filesystem size to 2^21 ∗ 2^27 = 2^48bytes or 256TiB. + Documentation/filesystems/ext4/blockgroup.rst:filesystem size to 2^21 ? 2^27 = 2^48bytes or 256TiB. Probably added by some conversion tool. IMO, this one should also be replaced by an ASCII asterisk. diff --git a/a/content_digest b/N1/content_digest index 24dba56..d42884f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,37 +3,9 @@ "ref\020210514102118.1b71bec3@coco.lan\0" "ref\061c286b7afd6c4acf71418feee4eecca2e6c80c8.camel@infradead.org\0" "From\0Mauro Carvalho Chehab <mchehab+huawei@kernel.org>\0" - "Subject\0Re: [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" + "Subject\0[Intel-wired-lan] [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" "Date\0Sat, 15 May 2021 10:22:39 +0200\0" - "To\0David Woodhouse <dwmw2@infradead.org>\0" - "Cc\0alsa-devel@alsa-project.org" - kvm@vger.kernel.org - Linux Doc Mailing List <linux-doc@vger.kernel.org> - linux-iio@vger.kernel.org - linux-pci@vger.kernel.org - keyrings@vger.kernel.org - linux-sgx@vger.kernel.org - Jonathan Corbet <corbet@lwn.net> - linux-rdma@vger.kernel.org - linux-acpi@vger.kernel.org - Mali DP Maintainers <malidp@foss.arm.com> - linux-input@vger.kernel.org - intel-wired-lan@lists.osuosl.org - linux-ext4@vger.kernel.org - intel-gfx@lists.freedesktop.org - linux-media@vger.kernel.org - linux-pm@vger.kernel.org - coresight@lists.linaro.org - rcu@vger.kernel.org - mjpeg-users@lists.sourceforge.net - linux-arm-kernel@lists.infradead.org - linux-edac@vger.kernel.org - linux-hwmon@vger.kernel.org - netdev@vger.kernel.org - linux-usb@vger.kernel.org - linux-kernel@vger.kernel.org - linux-f2fs-devel@lists.sourceforge.net - " linux-integrity@vger.kernel.org\0" + "To\0intel-wired-lan@osuosl.org\0" "\00:1\0" "b\0" "Em Fri, 14 May 2021 10:06:01 +0100\n" @@ -80,7 +52,7 @@ "> > formats are properly supporting it on different Sphinx versions. \n" "> \n" "> And there you have a specific change with a specific fix. Nothing to do\n" - "> with whether NON-BREAKABLE SPACE is \342\210\211 ASCII, and *certainly* nothing to\n" + "> with whether NON-BREAKABLE SPACE is ? ASCII, and *certainly* nothing to\n" "> do with the fact that, like *every* character in every kernel file\n" "> except the *binary* files, it's representable in UTF-8.\n" "> \n" @@ -136,7 +108,7 @@ "> feature at all.\n" "> \n" "> This is why we prefer to put user-visible strings on one line in C\n" - "> source code, even if it takes the lines over 80 characters \342\200\224 to allow\n" + "> source code, even if it takes the lines over 80 characters ? to allow\n" "> for grep to find them.\n" "\n" "Makes sense, but in case of documentation, this is a little more\n" @@ -203,8 +175,8 @@ "\n" "1. Spaces and BOM\n" "\n" - "\t- U+00a0 ('\302\240'): NO-BREAK SPACE\n" - "\t- U+feff ('\357\273\277'): ZERO WIDTH NO-BREAK SPACE (BOM)\n" + "\t- U+00a0 ('?'): NO-BREAK SPACE\n" + "\t- U+feff ('?'): ZERO WIDTH NO-BREAK SPACE (BOM)\n" "\n" "Based on the discussions there and on this thread, those should be\n" "dropped, as BOM is useless and NO-BREAK SPACE can cause problems\n" @@ -212,60 +184,60 @@ "\n" "2. Symbols\n" "\n" - "\t- U+00a9 ('\302\251'): COPYRIGHT SIGN\n" - "\t- U+00ac ('\302\254'): NOT SIGN\n" - "\t- U+00ae ('\302\256'): REGISTERED SIGN\n" - "\t- U+00b0 ('\302\260'): DEGREE SIGN\n" - "\t- U+00b1 ('\302\261'): PLUS-MINUS SIGN\n" - "\t- U+00b2 ('\302\262'): SUPERSCRIPT TWO\n" - "\t- U+00b5 ('\302\265'): MICRO SIGN\n" - "\t- U+03bc ('\316\274'): GREEK SMALL LETTER MU\n" - "\t- U+00b7 ('\302\267'): MIDDLE DOT\n" - "\t- U+00bd ('\302\275'): VULGAR FRACTION ONE HALF\n" - "\t- U+2122 ('\342\204\242'): TRADE MARK SIGN\n" - "\t- U+2264 ('\342\211\244'): LESS-THAN OR EQUAL TO\n" - "\t- U+2265 ('\342\211\245'): GREATER-THAN OR EQUAL TO\n" - "\t- U+2b0d ('\342\254\215'): UP DOWN BLACK ARROW\n" + "\t- U+00a9 ('?'): COPYRIGHT SIGN\n" + "\t- U+00ac ('?'): NOT SIGN\n" + "\t- U+00ae ('?'): REGISTERED SIGN\n" + "\t- U+00b0 ('?'): DEGREE SIGN\n" + "\t- U+00b1 ('?'): PLUS-MINUS SIGN\n" + "\t- U+00b2 ('?'): SUPERSCRIPT TWO\n" + "\t- U+00b5 ('?'): MICRO SIGN\n" + "\t- U+03bc ('?'): GREEK SMALL LETTER MU\n" + "\t- U+00b7 ('?'): MIDDLE DOT\n" + "\t- U+00bd ('?'): VULGAR FRACTION ONE HALF\n" + "\t- U+2122 ('?'): TRADE MARK SIGN\n" + "\t- U+2264 ('?'): LESS-THAN OR EQUAL TO\n" + "\t- U+2265 ('?'): GREATER-THAN OR EQUAL TO\n" + "\t- U+2b0d ('?'): UP DOWN BLACK ARROW\n" "\n" "Those seem OK on my eyes.\n" "\n" "On a side note, both MICRO SIGN and GREEK SMALL LETTER MU are\n" "used several docs to represent microseconds, micro-volts and\n" - "micro-amp\303\250res. If we write an orientation document, it probably\n" + "micro-amp?res. If we write an orientation document, it probably\n" "makes sense to recommend using MICRO SIGN on such cases.\n" "\n" "3. Latin\n" "\n" - "\t- U+00c7 ('\303\207'): LATIN CAPITAL LETTER C WITH CEDILLA\n" - "\t- U+00df ('\303\237'): LATIN SMALL LETTER SHARP S\n" - "\t- U+00e1 ('\303\241'): LATIN SMALL LETTER A WITH ACUTE\n" - "\t- U+00e4 ('\303\244'): LATIN SMALL LETTER A WITH DIAERESIS\n" - "\t- U+00e6 ('\303\246'): LATIN SMALL LETTER AE\n" - "\t- U+00e7 ('\303\247'): LATIN SMALL LETTER C WITH CEDILLA\n" - "\t- U+00e9 ('\303\251'): LATIN SMALL LETTER E WITH ACUTE\n" - "\t- U+00ea ('\303\252'): LATIN SMALL LETTER E WITH CIRCUMFLEX\n" - "\t- U+00eb ('\303\253'): LATIN SMALL LETTER E WITH DIAERESIS\n" - "\t- U+00f3 ('\303\263'): LATIN SMALL LETTER O WITH ACUTE\n" - "\t- U+00f4 ('\303\264'): LATIN SMALL LETTER O WITH CIRCUMFLEX\n" - "\t- U+00f6 ('\303\266'): LATIN SMALL LETTER O WITH DIAERESIS\n" - "\t- U+00f8 ('\303\270'): LATIN SMALL LETTER O WITH STROKE\n" - "\t- U+00fa ('\303\272'): LATIN SMALL LETTER U WITH ACUTE\n" - "\t- U+00fc ('\303\274'): LATIN SMALL LETTER U WITH DIAERESIS\n" - "\t- U+00fd ('\303\275'): LATIN SMALL LETTER Y WITH ACUTE\n" - "\t- U+011f ('\304\237'): LATIN SMALL LETTER G WITH BREVE\n" - "\t- U+0142 ('\305\202'): LATIN SMALL LETTER L WITH STROKE\n" + "\t- U+00c7 ('?'): LATIN CAPITAL LETTER C WITH CEDILLA\n" + "\t- U+00df ('?'): LATIN SMALL LETTER SHARP S\n" + "\t- U+00e1 ('?'): LATIN SMALL LETTER A WITH ACUTE\n" + "\t- U+00e4 ('?'): LATIN SMALL LETTER A WITH DIAERESIS\n" + "\t- U+00e6 ('?'): LATIN SMALL LETTER AE\n" + "\t- U+00e7 ('?'): LATIN SMALL LETTER C WITH CEDILLA\n" + "\t- U+00e9 ('?'): LATIN SMALL LETTER E WITH ACUTE\n" + "\t- U+00ea ('?'): LATIN SMALL LETTER E WITH CIRCUMFLEX\n" + "\t- U+00eb ('?'): LATIN SMALL LETTER E WITH DIAERESIS\n" + "\t- U+00f3 ('?'): LATIN SMALL LETTER O WITH ACUTE\n" + "\t- U+00f4 ('?'): LATIN SMALL LETTER O WITH CIRCUMFLEX\n" + "\t- U+00f6 ('?'): LATIN SMALL LETTER O WITH DIAERESIS\n" + "\t- U+00f8 ('?'): LATIN SMALL LETTER O WITH STROKE\n" + "\t- U+00fa ('?'): LATIN SMALL LETTER U WITH ACUTE\n" + "\t- U+00fc ('?'): LATIN SMALL LETTER U WITH DIAERESIS\n" + "\t- U+00fd ('?'): LATIN SMALL LETTER Y WITH ACUTE\n" + "\t- U+011f ('?'): LATIN SMALL LETTER G WITH BREVE\n" + "\t- U+0142 ('?'): LATIN SMALL LETTER L WITH STROKE\n" "\n" "Those should be kept as well, as they're used for non-English names.\n" "\n" "4. arrows and box drawing symbols:\n" - "\t- U+2191 ('\342\206\221'): UPWARDS ARROW\n" - "\t- U+2192 ('\342\206\222'): RIGHTWARDS ARROW\n" - "\t- U+2193 ('\342\206\223'): DOWNWARDS ARROW\n" + "\t- U+2191 ('?'): UPWARDS ARROW\n" + "\t- U+2192 ('?'): RIGHTWARDS ARROW\n" + "\t- U+2193 ('?'): DOWNWARDS ARROW\n" "\n" - "\t- U+2500 ('\342\224\200'): BOX DRAWINGS LIGHT HORIZONTAL\n" - "\t- U+2502 ('\342\224\202'): BOX DRAWINGS LIGHT VERTICAL\n" - "\t- U+2514 ('\342\224\224'): BOX DRAWINGS LIGHT UP AND RIGHT\n" - "\t- U+251c ('\342\224\234'): BOX DRAWINGS LIGHT VERTICAL AND RIGHT\n" + "\t- U+2500 ('?'): BOX DRAWINGS LIGHT HORIZONTAL\n" + "\t- U+2502 ('?'): BOX DRAWINGS LIGHT VERTICAL\n" + "\t- U+2514 ('?'): BOX DRAWINGS LIGHT UP AND RIGHT\n" + "\t- U+251c ('?'): BOX DRAWINGS LIGHT VERTICAL AND RIGHT\n" "\n" "Also should be kept.\n" "\n" @@ -274,8 +246,8 @@ "\n" "So, I'll post a v3 of this series, changing only:\n" "\n" - "\t- U+00a0 ('\302\240'): NO-BREAK SPACE\n" - "\t- U+feff ('\357\273\277'): ZERO WIDTH NO-BREAK SPACE (BOM)\n" + "\t- U+00a0 ('?'): NO-BREAK SPACE\n" + "\t- U+feff ('?'): ZERO WIDTH NO-BREAK SPACE (BOM)\n" "\n" "---\n" "\n" @@ -283,10 +255,10 @@ "\n" "5. curly commas:\n" "\n" - "\t- U+2018 ('\342\200\230'): LEFT SINGLE QUOTATION MARK\n" - "\t- U+2019 ('\342\200\231'): RIGHT SINGLE QUOTATION MARK\n" - "\t- U+201c ('\342\200\234'): LEFT DOUBLE QUOTATION MARK\n" - "\t- U+201d ('\342\200\235'): RIGHT DOUBLE QUOTATION MARK\n" + "\t- U+2018 ('?'): LEFT SINGLE QUOTATION MARK\n" + "\t- U+2019 ('?'): RIGHT SINGLE QUOTATION MARK\n" + "\t- U+201c ('?'): LEFT DOUBLE QUOTATION MARK\n" + "\t- U+201d ('?'): RIGHT DOUBLE QUOTATION MARK\n" "\n" "IMO, those should be replaced by ASCII commas: ' and \".\n" "\n" @@ -294,7 +266,7 @@ "\n" "- most were introduced during the conversion from Docbook,\n" " markdown and LaTex;\n" - "- they don't add any extra value, as using \"foo\" of \342\200\234foo\342\200\235 means\n" + "- they don't add any extra value, as using \"foo\" of ?foo? means\n" " the same thing;\n" "- Sphinx already use \"fancy\" commas at the output. \n" "\n" @@ -310,9 +282,9 @@ "\n" "6. Hyphen/Dashes and ellipsis\n" "\n" - "\t- U+2212 ('\342\210\222'): MINUS SIGN\n" - "\t- U+00ad ('\302\255'): SOFT HYPHEN\n" - "\t- U+2010 ('\342\200\220'): HYPHEN\n" + "\t- U+2212 ('?'): MINUS SIGN\n" + "\t- U+00ad ('?'): SOFT HYPHEN\n" + "\t- U+2010 ('?'): HYPHEN\n" "\n" "\t Those three are used on places where a normal ASCII hyphen/minus\n" "\t should be used instead. There are even a couple of C files which\n" @@ -320,9 +292,9 @@ "\n" "\t IMO are fixes/cleanups from conversions and bad cut-and-paste.\n" "\n" - "\t- U+2013 ('\342\200\223'): EN DASH\n" - "\t- U+2014 ('\342\200\224'): EM DASH\n" - "\t- U+2026 ('\342\200\246'): HORIZONTAL ELLIPSIS\n" + "\t- U+2013 ('?'): EN DASH\n" + "\t- U+2014 ('?'): EM DASH\n" + "\t- U+2026 ('?'): HORIZONTAL ELLIPSIS\n" "\n" "\t Those are auto-replaced by Sphinx from \"--\", \"---\" and \"...\",\n" "\t respectively.\n" @@ -339,15 +311,15 @@ "\n" "7. math symbols:\n" "\n" - "\t- U+00d7 ('\303\227'): MULTIPLICATION SIGN\n" + "\t- U+00d7 ('?'): MULTIPLICATION SIGN\n" "\n" "\t This one is used mostly do describe video resolutions, but this is\n" "\t on a smaller changeset than the ones that use \"x\" letter.\n" "\n" - "\t- U+2217 ('\342\210\227'): ASTERISK OPERATOR\n" + "\t- U+2217 ('?'): ASTERISK OPERATOR\n" "\n" "\t This is used only here:\n" - "\t\tDocumentation/filesystems/ext4/blockgroup.rst:filesystem size to 2^21 \342\210\227 2^27 = 2^48bytes or 256TiB.\n" + "\t\tDocumentation/filesystems/ext4/blockgroup.rst:filesystem size to 2^21 ? 2^27 = 2^48bytes or 256TiB.\n" "\n" "\t Probably added by some conversion tool. IMO, this one should\n" "\t also be replaced by an ASCII asterisk.\n" @@ -356,4 +328,4 @@ "Thanks,\n" Mauro -c69996673e64c8d383358bb7670807010437b14597e17b2762151d4baf7bfc25 +a0e46931a34c23796f60ed577cdffa1ab2126bb44f35c163404bf55a90111360
diff --git a/a/1.txt b/N2/1.txt index dc4803b..e940a32 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -317,3 +317,7 @@ The remaining cases are future work, outside the scope of this v2: I guess I'll post a patch for the ASTERISK OPERATOR. Thanks, Mauro +_______________________________________________ +Intel-gfx mailing list +Intel-gfx@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/intel-gfx diff --git a/a/content_digest b/N2/content_digest index 24dba56..6c647a2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\020210514102118.1b71bec3@coco.lan\0" "ref\061c286b7afd6c4acf71418feee4eecca2e6c80c8.camel@infradead.org\0" "From\0Mauro Carvalho Chehab <mchehab+huawei@kernel.org>\0" - "Subject\0Re: [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" + "Subject\0Re: [Intel-gfx] [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" "Date\0Sat, 15 May 2021 10:22:39 +0200\0" "To\0David Woodhouse <dwmw2@infradead.org>\0" "Cc\0alsa-devel@alsa-project.org" @@ -354,6 +354,10 @@ "\n" "I guess I'll post a patch for the ASTERISK OPERATOR.\n" "Thanks,\n" - Mauro + "Mauro\n" + "_______________________________________________\n" + "Intel-gfx mailing list\n" + "Intel-gfx@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/intel-gfx -c69996673e64c8d383358bb7670807010437b14597e17b2762151d4baf7bfc25 +f99091e4a3dac9743d5b28463dc465dc1d4da07b797fca1e748c717ecbbf7498
diff --git a/a/content_digest b/N3/content_digest index 24dba56..fb417e1 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -6,34 +6,34 @@ "Subject\0Re: [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" "Date\0Sat, 15 May 2021 10:22:39 +0200\0" "To\0David Woodhouse <dwmw2@infradead.org>\0" - "Cc\0alsa-devel@alsa-project.org" - kvm@vger.kernel.org - Linux Doc Mailing List <linux-doc@vger.kernel.org> - linux-iio@vger.kernel.org - linux-pci@vger.kernel.org - keyrings@vger.kernel.org - linux-sgx@vger.kernel.org + "Cc\0Linux Doc Mailing List <linux-doc@vger.kernel.org>" + linux-kernel@vger.kernel.org Jonathan Corbet <corbet@lwn.net> - linux-rdma@vger.kernel.org - linux-acpi@vger.kernel.org Mali DP Maintainers <malidp@foss.arm.com> - linux-input@vger.kernel.org + alsa-devel@alsa-project.org + coresight@lists.linaro.org + intel-gfx@lists.freedesktop.org intel-wired-lan@lists.osuosl.org + keyrings@vger.kernel.org + kvm@vger.kernel.org + linux-acpi@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-edac@vger.kernel.org linux-ext4@vger.kernel.org - intel-gfx@lists.freedesktop.org + linux-f2fs-devel@lists.sourceforge.net + linux-hwmon@vger.kernel.org + linux-iio@vger.kernel.org + linux-input@vger.kernel.org + linux-integrity@vger.kernel.org linux-media@vger.kernel.org + linux-pci@vger.kernel.org linux-pm@vger.kernel.org - coresight@lists.linaro.org - rcu@vger.kernel.org + linux-rdma@vger.kernel.org + linux-sgx@vger.kernel.org + linux-usb@vger.kernel.org mjpeg-users@lists.sourceforge.net - linux-arm-kernel@lists.infradead.org - linux-edac@vger.kernel.org - linux-hwmon@vger.kernel.org netdev@vger.kernel.org - linux-usb@vger.kernel.org - linux-kernel@vger.kernel.org - linux-f2fs-devel@lists.sourceforge.net - " linux-integrity@vger.kernel.org\0" + " rcu@vger.kernel.org\0" "\00:1\0" "b\0" "Em Fri, 14 May 2021 10:06:01 +0100\n" @@ -356,4 +356,4 @@ "Thanks,\n" Mauro -c69996673e64c8d383358bb7670807010437b14597e17b2762151d4baf7bfc25 +e2f3b050655ab97a0d7c15862896c6cddfb532e3751d90262413ca680dc220be
diff --git a/a/1.txt b/N4/1.txt index dc4803b..5039dfa 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -317,3 +317,9 @@ The remaining cases are future work, outside the scope of this v2: I guess I'll post a patch for the ASTERISK OPERATOR. Thanks, Mauro + + +_______________________________________________ +Linux-f2fs-devel mailing list +Linux-f2fs-devel@lists.sourceforge.net +https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel diff --git a/a/content_digest b/N4/content_digest index 24dba56..34f9a13 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -3,7 +3,7 @@ "ref\020210514102118.1b71bec3@coco.lan\0" "ref\061c286b7afd6c4acf71418feee4eecca2e6c80c8.camel@infradead.org\0" "From\0Mauro Carvalho Chehab <mchehab+huawei@kernel.org>\0" - "Subject\0Re: [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" + "Subject\0Re: [f2fs-dev] [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" "Date\0Sat, 15 May 2021 10:22:39 +0200\0" "To\0David Woodhouse <dwmw2@infradead.org>\0" "Cc\0alsa-devel@alsa-project.org" @@ -354,6 +354,12 @@ "\n" "I guess I'll post a patch for the ASTERISK OPERATOR.\n" "Thanks,\n" - Mauro + "Mauro\n" + "\n" + "\n" + "_______________________________________________\n" + "Linux-f2fs-devel mailing list\n" + "Linux-f2fs-devel@lists.sourceforge.net\n" + https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel -c69996673e64c8d383358bb7670807010437b14597e17b2762151d4baf7bfc25 +9f69ec85793864b2be52a99871638fdd2685b7921d71142c68247fd03ddde6bc
diff --git a/a/1.txt b/N5/1.txt index dc4803b..a49a035 100644 --- a/a/1.txt +++ b/N5/1.txt @@ -317,3 +317,8 @@ The remaining cases are future work, outside the scope of this v2: I guess I'll post a patch for the ASTERISK OPERATOR. Thanks, Mauro + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N5/content_digest index 24dba56..47724d2 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -6,34 +6,34 @@ "Subject\0Re: [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols\0" "Date\0Sat, 15 May 2021 10:22:39 +0200\0" "To\0David Woodhouse <dwmw2@infradead.org>\0" - "Cc\0alsa-devel@alsa-project.org" - kvm@vger.kernel.org - Linux Doc Mailing List <linux-doc@vger.kernel.org> - linux-iio@vger.kernel.org - linux-pci@vger.kernel.org - keyrings@vger.kernel.org - linux-sgx@vger.kernel.org + "Cc\0Linux Doc Mailing List <linux-doc@vger.kernel.org>" + linux-kernel@vger.kernel.org Jonathan Corbet <corbet@lwn.net> - linux-rdma@vger.kernel.org - linux-acpi@vger.kernel.org Mali DP Maintainers <malidp@foss.arm.com> - linux-input@vger.kernel.org + alsa-devel@alsa-project.org + coresight@lists.linaro.org + intel-gfx@lists.freedesktop.org intel-wired-lan@lists.osuosl.org + keyrings@vger.kernel.org + kvm@vger.kernel.org + linux-acpi@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-edac@vger.kernel.org linux-ext4@vger.kernel.org - intel-gfx@lists.freedesktop.org + linux-f2fs-devel@lists.sourceforge.net + linux-hwmon@vger.kernel.org + linux-iio@vger.kernel.org + linux-input@vger.kernel.org + linux-integrity@vger.kernel.org linux-media@vger.kernel.org + linux-pci@vger.kernel.org linux-pm@vger.kernel.org - coresight@lists.linaro.org - rcu@vger.kernel.org + linux-rdma@vger.kernel.org + linux-sgx@vger.kernel.org + linux-usb@vger.kernel.org mjpeg-users@lists.sourceforge.net - linux-arm-kernel@lists.infradead.org - linux-edac@vger.kernel.org - linux-hwmon@vger.kernel.org netdev@vger.kernel.org - linux-usb@vger.kernel.org - linux-kernel@vger.kernel.org - linux-f2fs-devel@lists.sourceforge.net - " linux-integrity@vger.kernel.org\0" + " rcu@vger.kernel.org\0" "\00:1\0" "b\0" "Em Fri, 14 May 2021 10:06:01 +0100\n" @@ -354,6 +354,11 @@ "\n" "I guess I'll post a patch for the ASTERISK OPERATOR.\n" "Thanks,\n" - Mauro + "Mauro\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -c69996673e64c8d383358bb7670807010437b14597e17b2762151d4baf7bfc25 +b155160829203956a617e8134a6626e8a391a13f60c67fdf82f2a796b8bbeabb
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.