Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-10 > #194796
| From | "Carlos E. R." <robin_listas@es.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-10, alt.comp.os.windows-11 |
| Subject | Re: How to print entire .txt file |
| Date | 2026-07-26 15:04 +0200 |
| Message-ID | <ncmeuhFgl5cU1@mid.individual.net> (permalink) |
| References | (17 earlier) <1142ju7$2dki$1@nnrp.usenet.blueworldhosting.com> <nck989F2q16U3@mid.individual.net> <1142tos$1ofq$1@nnrp.usenet.blueworldhosting.com> <nckgeqF2q15U4@mid.individual.net> <1143ff1$1tfr$1@nnrp.usenet.blueworldhosting.com> |
Cross-posted to 2 groups.
On 2026-07-26 01:05, Maria Sophia wrote:
> Carlos E. R. wrote:
>> I just copy paste.
>>
>> Tell me two sample links to pages that show both types of text, and I
>> will try to copy paste in my way.
>
> Unicode:
> <https://gist.github.com/jpassaro/bf400b0410810a071a7fb3509ef6c2c3>
> <https://www.unicode.org/charts/nameslist/n_2000.html>
>
> Ascii:
> <https://www.columbia.edu/kermit/ascii.html>
> <https://www.asciitable.com/>
>
I just copied a chunk of each page into LOwriter, worked fine. Then exported as text, and I will paste it here. use Thunderbird to read it.
+++----------
• Unassigned Digraphs
Actual Description Vim HTML Hex Dec UTF-8 UTF-16 Category
Section Latin-1 Supplement
NO-BREAK SPACE NS xA0 160 C2 A0 FF FE A0 00 Zs
¡ INVERTED EXCLAMATION MARK !I ¡ xA1 161 C2 A1 FF FE A1 00 Po
¢ CENT SIGN Ct ¢ xA2 162 C2 A2 FF FE A2 00 Sc
General Punctuation
For additional general punctuation characters see also Basic Latin, Latin-1, Supplemental Punctuation and CJK Symbols and Punctuation.
Spaces
2000 ␣ En Quad
≡ 2002 ␣ en space
⇝ 0020 ␣ space
2001 ␣ Em Quad
= mutton quad
≡ 2003 ␣ em space
⇝ 0020 ␣ space
2002 ␣ En Space
The US ASCII Character Set
US ASCII, ANSI X3.4-1986 (ISO 646 International Reference Version)
Codes 0 through 31 and 127 (decimal) are unprintable control characters.
Code 32 (decimal) is a nonprinting spacing character. Codes 33 through 126 (decimal) are printable graphic characters.
Legend:
Char The printed representation of the character, if any
Dec The decimal code for the character
Row/Col The decimal row/column representation for the character
Oct The octal (base 8) code for the character
Hex The hexadecimal (base 16) code for the character
Char Dec Col/Row Oct Hex Name and Description
0 00/00 00 00 NUL (Ctrl-@) NULL
1 00/01 01 01 SOH (Ctrl-A) START OF HEADING
2 00/02 02 02 STX (Ctrl-B) START OF TEXT
3 00/03 03 03 ETX (Ctrl-C) END OF TEXT
4 00/04 04 04 EOT (Ctrl-D) END OF TRANSMISSION
5 00/05 05 05 ENQ (Ctrl-E) ENQUIRY
ASCII Table
ASCII stands for American Standard Code for Information Interchange. Computers can only understand numbers, so an ASCII code is the numerical representation of a character such as 'a' or '@' or an action of some sort. ASCII was developed a long time ago and now the non-printing characters are rarely used for their original purpose. Below is the ASCII character table and this includes descriptions of the first 32 non-printing characters. ASCII was actually designed for use with teletypes and so the descriptions are somewhat obscure. If someone says they want your CV however in ASCII format, all this means is they want 'plain' text with no formatting such as tabs, bold or underscoring - the raw format that any computer can understand. This is usually so they can easily import the file into their own applications without issues. Notepad.exe creates ASCII text, or in MS Word you can save a file as 'text only'
{The table here got removed, it is a graphic.}
----------++-
>>
>> If you mean that some places use "quotes" while other sites use
>> ´quotes¡, I might bother to change to the second type, which is the
>> modern style recommendation. Possibly LibreOffice might have macros to
>> do this.
>
> Yup. First you used straight quotes & then curly quotes.
> I know it's a test, but my point is that it's inconsistent.
Ok, yes.
>
>>
>> Everything nowdays handles Unicode correctly.
>
>
> Almost everything.
>
USAians :-P
> But the inconsistency will remain if you copy from multiple sources with
> different punctuation characters.
>
> I was taught to select a grammatical style and stick to it.
> a. For example, I deplore the Oxford comma.
> b. And I don't use em dashes when a comma would suffice.
> c. And I put my periods (full stops) outside the ending quotes.
> etc.
>
> Worse, I don't mix curly punctuation with straight punctuation.
> Especially in source code that I write (it confuses programs).
Right, compilers do not like curly quotes.
But you see, matters of style is a different thing from straight copy paste not working.
--
Cheers,
Carlos E.R.
ES🇪🇸, EU🇪🇺;
Back to alt.comp.os.windows-10 | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-18 13:36 -0400
Re: How to print entire .txt file Roger Mills <mills37.fslife@gmail.com> - 2026-07-18 18:59 +0100
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-18 18:21 +0000
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-18 19:55 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-19 01:50 +0100
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-18 21:17 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-19 09:16 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-19 22:15 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-19 22:05 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-19 23:24 +0200
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-19 18:14 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 03:10 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 01:12 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 03:16 +0200
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 13:06 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 18:51 +0100
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-08-16 21:19 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 18:48 +0100
Re: How to print entire .txt file... PDF? Acrobat? "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-19 09:17 +0800
Re: How to print entire .txt file... PDF? Acrobat? knuttle <keith_nuttle@yahoo.com> - 2026-07-19 07:27 -0400
Re: How to print entire .txt file... PDF? Acrobat? Paul <nospam@needed.invalid> - 2026-07-19 09:28 -0400
Re: How to print entire .txt file... PDF? Acrobat? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2026-07-19 15:33 -0700
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-18 21:32 -0400
Re: How to print entire .txt file Print Text <invalid@invalid.invalid> - 2026-07-18 19:30 +0100
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-18 21:48 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 13:11 -0400
Re: How to print entire .txt file... using PRINT command "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-19 03:11 +0800
Re: How to print entire .txt file... using PRINT command micky <NONONOmisc07@fmguy.com> - 2026-07-20 07:19 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-18 15:13 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-18 21:48 +0100
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-18 22:03 +0100
Re: How to print entire .txt file "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-19 08:48 +0800
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-19 22:50 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-19 22:06 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-19 23:24 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 01:16 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 03:26 +0200
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-19 22:57 -0400
Re: How to print entire .txt file Chris <ithinkiam@gmail.com> - 2026-07-20 07:45 +0000
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 07:19 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-20 08:09 -0400
Getting UTF-8 in Agen, was: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 10:07 -0400
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-20 17:51 +0000
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 14:25 +0200
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 09:36 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 19:05 +0100
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 14:23 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 21:06 +0200
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-20 19:51 +0000
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 22:04 +0200
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-21 12:57 +0000
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-21 11:38 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-21 19:47 +0200
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-21 19:00 +0000
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-21 21:19 +0200
Re: How to print entire .txt file Chris <ithinkiam@gmail.com> - 2026-07-21 17:53 +0000
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-21 22:51 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-21 18:41 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-22 01:36 +0100
Re: How to print entire .txt file Sam E <no.email@here.invalid> - 2026-07-22 15:53 +0000
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-22 14:16 +0000
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-23 11:05 +0200
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-23 13:42 +0000
OT buggy websites (was: Re: How to print entire .txt file) "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-23 15:14 +0100
Re: OT buggy websites "Carlos E. R." <robin_listas@es.invalid> - 2026-07-23 18:45 +0200
Re: OT buggy websites "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-23 20:01 +0100
Re: OT buggy websites "Carlos E. R." <robin_listas@es.invalid> - 2026-07-23 22:22 +0200
Re: OT buggy websites micky <NONONOmisc07@fmguy.com> - 2026-07-23 17:37 -0400
Re: OT buggy websites Paul <nospam@needed.invalid> - 2026-07-23 20:24 -0400
Re: OT buggy websites (was: Re: How to print entire .txt file) Mark Lloyd <not.email@all.invalid> - 2026-07-24 17:00 +0000
Re: OT buggy websites "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-24 19:36 +0100
Re: OT buggy websites Mark Lloyd <not.email@all.invalid> - 2026-07-25 17:19 +0000
Re: OT buggy websites "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-25 21:39 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-23 11:07 -0400
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-23 13:41 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-23 19:55 +0200
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-24 01:10 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 14:21 +0200
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-24 09:32 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-24 10:09 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 21:49 +0200
Re: How to print entire .txt file Maria Sophia <mariasophia@comprehension.com> - 2026-07-24 15:15 -0700
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-25 12:57 +0200
Re: How to print entire .txt file Maria Sophia <mariasophia@comprehension.com> - 2026-07-25 08:15 -0700
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-25 19:14 +0200
Re: How to print entire .txt file Maria Sophia <mariasophia@comprehension.com> - 2026-07-25 11:03 -0700
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-25 21:17 +0200
Re: How to print entire .txt file Maria Sophia <mariasophia@comprehension.com> - 2026-07-25 16:05 -0700
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-26 15:04 +0200
Re: How to print entire .txt file Maria Sophia <mariasophia@comprehension.com> - 2026-07-26 12:36 -0700
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-26 18:22 +0000
Re: How to print entire .txt file "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-25 01:18 +0800
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 21:57 +0200
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-24 23:51 -0400
Re: How to print entire .txt file "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-26 09:01 +0800
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-24 10:25 +0000
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-24 09:23 -0400
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-24 13:47 +0000
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-25 00:05 -0400
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-25 10:11 +0000
Re: How to print entire .txt file "....winston" <winstonmvp@gmail.com> - 2026-07-25 11:30 -0400
Re: How to print entire .txt file knuttle <keith_nuttle@yahoo.com> - 2026-07-18 17:44 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-18 21:46 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-18 22:54 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-19 00:09 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 10:29 -0400
Re: How to print entire .txt file Herbert Kleebauer <klee@unibwm.de> - 2026-07-19 09:41 +0200
Re: How to print entire .txt file Chris <ithinkiam@gmail.com> - 2026-07-19 16:54 +0000
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 07:35 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 07:44 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 19:12 +0100
Re: How to print entire .txt file Daniel70 <daniel47@nomail.afraid.org> - 2026-07-20 22:51 +1000
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 09:30 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 19:30 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-20 19:13 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-19 09:27 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-19 10:18 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 07:53 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 12:55 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-20 14:17 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 19:48 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-20 19:20 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-20 14:32 +0200
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-20 09:27 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 13:22 -0400
Re: How to print entire .txt file JJ <jj4public@gmail.com> - 2026-07-19 17:40 +0700
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-20 09:27 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-24 08:34 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 14:40 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-24 20:06 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-24 15:17 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 22:01 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-24 22:09 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 23:15 +0200
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-24 19:56 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-25 13:05 +0200
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-25 21:48 +0200
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 23:09 +0200
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-25 10:26 +0000
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-25 15:27 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-25 11:49 -0400
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-25 17:17 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-25 19:27 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-25 21:58 +0100
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-26 18:28 +0000
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-26 22:03 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-26 21:32 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-26 22:48 +0200
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-27 14:50 +0100
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-27 20:10 +0200
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-08-02 20:42 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-26 16:11 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-25 17:02 -0400
Re: How to print entire .txt file Frank Slootweg <this@ddress.is.invalid> - 2026-07-26 18:42 +0000
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-26 16:32 -0400
Re: How to print entire .txt file Hank Rogers <Hank@nospam.invalid> - 2026-07-26 18:02 -0500
Re: How to print entire .txt file Brian Gregory <void-invalid-dead-dontuse@email.invalid> - 2026-07-20 15:53 +0100
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-20 20:02 +0100
Re: How to print entire .txt file Brian Gregory <void-invalid-dead-dontuse@email.invalid> - 2026-07-23 20:02 +0100
Re: How to print entire .txt file "J. P. Gilliver" <G6JPG@255soft.uk> - 2026-07-23 20:26 +0100
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-23 17:47 -0400
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-23 21:12 -0400
Re: How to print entire .txt file "Carlos E. R." <robin_listas@es.invalid> - 2026-07-24 14:48 +0200
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-24 14:35 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-21 22:58 -0400
Re: How to print entire .txt file Brian Gregory <void-invalid-dead-dontuse@email.invalid> - 2026-07-23 20:04 +0100
Re: How to print entire .txt file Paul <nospam@needed.invalid> - 2026-07-25 01:01 -0400
Re: How to print entire .txt file micky <NONONOmisc07@fmguy.com> - 2026-07-25 20:47 -0400
csiph-web